Skip to content
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 for Arrow Keys in IE11 #7806

Closed

Comments

@t93c
Copy link

t93c commented Mar 12, 2018

Version

2.5.15

Reproduction link

https://jsfiddle.net/bzcL72ry/1/

Steps to reproduce

  1. Click on the input field
  2. Press the arrow keys

What is expected?

The paragraph below the input field will display the last arrow key pressed (or "enter" for the enter key).

What is actually happening?

Only the enter key is recognized and displayed.


Problem occurs in both v2.5.15 (https://jsfiddle.net/bzcL72ry/1/) and v2.5.14 (https://jsfiddle.net/bzcL72ry/2/) when using IE11.

Works properly in v2.5.13 (https://jsfiddle.net/bzcL72ry/3/) when using IE11.

All versions work in Chrome and Firefox.

This was referenced Mar 14, 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