-
-
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 Events not Working in IE11 for Space bar, Escape and Delete #9112
Comments
Escape was already fixed but maybe others need to be added here |
@posva you're right, Escape was fixed in 2.5.17-beta.0 (https://github.com/vuejs/vue/blob/v2.5.17-beta.0/src/compiler/codegen/events.js) but isn't in 2.5.17 (https://github.com/vuejs/vue/blob/v2.5.17/src/compiler/codegen/events.js)... Wasn't 2.5.17-beta.0 released before 2.5.17 ? |
this will be released in next version, that last patch was a security release |
2.5.17 is 2.5.16 + a critical security bugfix which came up after 2.5.17-beta.0 was released, so it doesn'T contain anything that's in 2.5.17-beta.0 2.5.17-beta.0 hasn't made it into an official release yet, and we now have 2.5.18-beta.0 out including these and other fixes. |
Crystal clear! |
Version
2.5.17
Reproduction link
https://jsfiddle.net/cwnv6djs/
Steps to reproduce
Click on the input field
Press the space bar or Escape or Delete
What is expected?
The label under the input should display "space" or "escape" or "delete"
What is actually happening?
Nothing
Seems like KeyboardEvent.key in IE11 are :
The text was updated successfully, but these errors were encountered: