UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
Steps to reproduce the problem:
1. Add an input to a page
2. Add an event listener to the input on "keypress" event
3. Observe that event received by listener has {code: ""}
What is the expected behavior?
KeyboardEvent for keypress event should have a readable code
What went wrong?
The "code" attribute for keypress triggered KeyboardEvent objects is now always "" instead of an actual code.
Did this work before? Yes 67
Does this work in other browsers? Yes
Chrome version: 68.0.3440.75 Channel: n/a
OS Version: 10
Flash Version:
|
Deleted:
Windows-Chrome-67.png
610 KB
|
|
Deleted:
Windows-Chrome-68.png
844 KB
|
Comment 1 by d.r.nat...@gmail.com
, Aug 2