[Webkit-unassigned] [Bug 89637] New: [Chromium] keyDown event in JavaScript: event.shiftKey, event.ctrlKey and event.altKey are always false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 23:50:18 PDT 2012


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

           Summary: [Chromium] keyDown event in JavaScript:
                    event.shiftKey, event.ctrlKey and event.altKey are
                    always false
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yusukes at chromium.org
                CC: tony at chromium.org


Chromium for Linux does not set .shiftKey, .ctrlKey, and .altKey correctly. For example, when Control key is pressed, the ctrlKey attribute of the event is false, and when it's released the attribute becomes true. Safari, Firefox, and Chrome for Windows/Mac/ChromeOS do the opposite, true on keyDown and false on keyUp, which should be correct.

http://code.google.com/p/chromium/issues/detail?id=127142

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