Bug 32983 - Set PlatformKeyboardEvent::isKeypad true if NSNumericPadKeyMask is set on Mac
Summary: Set PlatformKeyboardEvent::isKeypad true if NSNumericPadKeyMask is set on Mac
Status: RESOLVED DUPLICATE of bug 32602
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-28 02:11 PST by Kinuko Yasuda
Modified: 2009-12-28 03:05 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kinuko Yasuda 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).
Comment 1 Kinuko Yasuda 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 ***