[Webkit-unassigned] [Bug 99188] New: [Chromium Mac] Incorrect keycodes for numpad /, *, -, +, ., Enter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 12 10:15:38 PDT 2012


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

           Summary: [Chromium Mac] Incorrect keycodes for numpad /, *, -,
                    +, ., Enter
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: viettrungluu at chromium.org
                CC: sail at chromium.org


(Okay, I didn't check them all. But the ones I did check were wrong. Safari gets them right.)

E.g., it should send VK_MULTIPLY (keycode 106) for the numpad *.

To check easily, just do something like

document.body.innerHTML = '<input onkeydown="console.log(window.event);">';

from the dev console (from about:blank, say), and type in the input box.

This affects Pepper plugins (and in particular Pepper Flash).

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