DescriptionKeyboardEvent.location should be DOM_KEY_LOCATION_STANDARD for Num Lock key
KeyboardEvent.location should be DOM_KEY_LOCATION_STANDARD for Num Lock key.
This behavior is consistent with IE and Firefox. However, Blink returns
DOM_KEY_LOCATION_NUMPAD for it on Windows (the value is correct on Mac and
Linux).
This patch fixes Blink on Windows to be inline with the others.
BUG=263724
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=156693
Patch Set 1 #
Total comments: 1
Patch Set 2 : Remove mention of DRT #
Messages
Total messages: 9 (0 generated)
|