-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
@keydown.escape does not work in Edge #7880
Comments
Cannot test on Edge right now but this may be related to the name Edge is giving to the name. If it's actually failing this is a good first issue, the fix should be at https://github.com/vuejs/vue/blob/dev/src/compiler/codegen/events.js#L21 (I can be wrong about the fix, but if I'm not it will help someone to get a contribution 🙂 ) |
matheusazzi
added a commit
to matheusazzi/vue
that referenced
this issue
Mar 23, 2018
13 tasks
yyx990803
pushed a commit
that referenced
this issue
Mar 23, 2018
f2009
pushed a commit
to f2009/vue
that referenced
this issue
Jan 25, 2019
aJean
pushed a commit
to aJean/vue
that referenced
this issue
Aug 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.5.16
Reproduction link
https://codepen.io/anon/pen/EEmBGm
Steps to reproduce
What is expected?
@keydown.escape and @keydown.esc handlers should be triggered (should log 'esc' and 'escape').
What is actually happening?
@keydown.escape and @keydown.esc handlers are not triggered. Only the unfiltered @keydown handler and @keydown.27 are triggered.
Issue tested in Microsoft Edge 41.16299.15.0. Verified to be working as expected on latest Safari, Chrome and Firefox on macOS.
The text was updated successfully, but these errors were encountered: