-
Notifications
You must be signed in to change notification settings - Fork 28
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
Arrow key navigation broken in Firefox #433
Comments
Hmm, you are right. Also, key navigation in deliteful's Combobox, Slider and StarRating widgets is broken too. The Event.key spec was changed in w3c/uievents@430c958 (for bug https://www.w3.org/Bugs/Public/show_bug.cgi?id=22084) to use "ArrowLeft", "ArrowDown" etc. rather than "Left" and "Down", and now browsers are just starting to catch up. So, the issue is in the |
in https://www.w3.org/Bugs/Public/show_bug.cgi?id=22084. Fixes arrow key navigation in latest Firefox. Fixes ibm-js#433.
Shouldn't that be in 0.8.1 ? |
Yes, it's in 0.8.1, but there's no milestone setting for 0.8.1. Does it matter? |
KeyNav no longer works with Firefox. The KeyboardEvent.key value returned for the left arrow key is "ArrowLeft", not "Left".
Tested with FF 42.0
The text was updated successfully, but these errors were encountered: