Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upKeyboard.presses not working in Firefox v 42.0 #462
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jvoigtlaender
Jan 6, 2016
Contributor
I'm closing this, since it is covered by https://github.com/elm-lang/core/issues/326, https://github.com/elm-lang/core/pull/463 etc.
|
I'm closing this, since it is covered by https://github.com/elm-lang/core/issues/326, https://github.com/elm-lang/core/pull/463 etc. |
jvoigtlaender
closed this
Jan 6, 2016
jvoigtlaender
referenced this issue
Aug 6, 2016
Closed
Use KeyboardEvent.which instead of KeyboardEvent.keyCode #6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
danchoi commentedDec 15, 2015
This code works in Chrome and Safari for OS X, but not for Firefox v 42:
In Safari and Chrome, pressing keys makes the number at the top update with the KeyCode. In Firefox v 42, the number remains "0" no matter what.