WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 32602
32983
Set PlatformKeyboardEvent::isKeypad true if NSNumericPadKeyMask is set on Mac
https://bugs.webkit.org/show_bug.cgi?id=32983
Summary
Set PlatformKeyboardEvent::isKeypad true if NSNumericPadKeyMask is set on Mac
Kinuko Yasuda
Reported
2009-12-28 02:11:03 PST
Currently we set PlatformKeyboardEvent::isKeypad true only if given keycode is one of Clear, /=+- or Numeric keypad keys (from 82(0) to 92(9)). Probably we should also return true if NSNumericPadKeyMask is set to correctly reflect the keyboard event location (for example, we may get PageDown key event with and without NSNumericPadKeyMask, but currently we have no way to distinguish both).
Attachments
Add attachment
proposed patch, testcase, etc.
Kinuko Yasuda
Comment 1
2009-12-28 03:05:35 PST
This one was once separated from
bug 32602
, but merging back to it because we cannot test this one in the layout tests without changing EventSender. Sorry for the confusion and please let me know if I should separate this one again. *** This bug has been marked as a duplicate of
bug 32602
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug