Skip to content

Vue 2 does not chain event listeners like Vue 1 #3478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
frankdugan3 opened this issue Aug 18, 2016 · 0 comments
Closed

Vue 2 does not chain event listeners like Vue 1 #3478

frankdugan3 opened this issue Aug 18, 2016 · 0 comments

Comments

@frankdugan3
Copy link

Vue.js version

2.0.0-rc.2

Reproduction Link

Vue 1: https://jsfiddle.net/pkb7gnxu/
Vue 2: https://jsfiddle.net/xmqmqem0/1/

Steps to reproduce

The examples chain key listeners in Vue 1 and Vue 2: @keydown.enter.tab.prevent="incEvents"

Click in the input field, then press either tab or enter in both examples. Vue 2 does not behave the same as Vue 1.

What is Expected?

Vue 2 should chain listeners like Vue 1, or warn about bad syntax if that feature is deprecated.

What is actually happening?

Vue 2 ignores the events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants