[Webkit-unassigned] [Bug 14104] New: Win32: Ctrl+key fires keyup, but not keydown or keypress

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 15:39:04 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14104

           Summary: Win32: Ctrl+key fires keyup, but not keydown or keypress
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
               URL: http://unixpapa.com/js/testkey.html
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: john at attacklab.net


On Windows, pressing Ctrl+[some keys] only fires the keyup event.  Pressing
Ctrl +[some other keys] does not fire any JavaScript key events at all.

Here's how it breaks down:

Ctrl+<key> only fires keyup:
  A,C,E,G,J,R,V,X,Z,0,-,=,insert

Ctrl+<key> fires no events:
  D,F,K,L,M,N,O,P,Q,T,W

Note that if a key is on either list, you can't use preventDefault (or an
onkeypress/onkeydown handler that returns false) to override its default
behavior.


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



More information about the webkit-unassigned mailing list