w3c / uievents

UI Events
https://w3c.github.io/uievents/
Other
145 stars 52 forks source link

Spec event.keyCode for keypress events #213

Open miketaylr opened 5 years ago

miketaylr commented 5 years ago

It turns out implementing window.event without event.keyCode for keypress breaks sites. 😢

https://bugzilla.mozilla.org/show_bug.cgi?id=1479964

Masayuki suggested Firefox follow what Chrome does here: https://bugzilla.mozilla.org/show_bug.cgi?id=1479964#c3.

(originally filed in the wrong spot @ https://github.com/whatwg/dom/issues/701)