[Webkit-unassigned] [Bug 32983] New: Set PlatformKeyboardEvent::isKeypad true if NSNumericPadKeyMask is set on Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 28 02:11:04 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32983

           Summary: Set PlatformKeyboardEvent::isKeypad true if
                    NSNumericPadKeyMask is set on Mac
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org
                CC: darin at apple.com, hbono at chromium.org,
                    estade at chromium.org


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).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list