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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 22:20:40 PDT 2007


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





------- Comment #4 from oliver at apple.com  2007-09-24 22:20 PDT -------



Here's the output of the attached test case when using the accelerator combo
for copy (cmd-c on mac, ctrl-c on windows)
Safari 3 beta (3.0.4), Mac:
    * keyDown: U+0043, 67
    * keyPress: U+0043, 99

Firefox 2, Mac:
    * keyDown: undefined, 224
    * keyDown: undefined, 67
    * keyPress: undefined, 0
    * keyUp: undefined, 67
    * keyUp: undefined, 224

Firefox 3 alpha (3.0a6), Mac:
    * keyDown: undefined, 224
    * keyUp: undefined, 224

Opera 9.5 alpha (4404), Mac:
    * keyDown: undefined, 17
    * keyPress: undefined, 17
    * keyDown: undefined, 67
    * keyPress: undefined, 99
    * keyUp: undefined, 67
    * keyUp: undefined, 17

Internet Explorer 7, Win (obviously :D):
    * keyDown: undefined, 17
    * keyDown: undefined, 67
    * keyUp: undefined, 67
    * keyUp: undefined, 17

Firefox 2, Win:
    * keyDown: undefined, 17
    * keyDown: undefined, 67
    * keyPress: undefined, 0
    * keyUp: undefined, 67
    * keyUp: undefined, 17

Firefox 3 (3.0a6), Win -- identical to firefox 2, win.

Opera 9.5 alpha (9500):
    * keyDown: undefined, 17
    * keyPress: undefined, 17
    * keyDown: undefined, 67
    * keyPress: undefined, 67
    * keyUp: undefined, 67
    * keyUp: undefined, 17


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