[Webkit-unassigned] [Bug 34002] The key event when pressing Alt+<Keystroke> sets ctrlKey=true when using Polish as OS input language

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 22 07:47:39 PST 2010


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


Adam Roben (aroben) <aroben at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|The key event when pressing |The key event when pressing
                   |Alt+<Keystroke> sets        |Alt+<Keystroke> sets
                   |ctrlKey=true                |ctrlKey=true when using
                   |                            |Polish as OS input language




--- Comment #5 from Adam Roben (aroben) <aroben at apple.com>  2010-01-22 07:47:39 PST ---
(In reply to comment #2)
> If you change the OS input language to Polish (in XP -> Control Panel ->
> Regional and Languages -> Languages -> Details) it won't pull up the right
> click menu and I'm pretty positive the key event in this case sets ctrl=true
> 
> Does that work?

Yes, I can reproduce in that case. In fact, just pressing the Alt key is enough
to trigger a keydown/keypress event pair that has both altKey=true and
ctrlKey=true.

This seems to be dependent on the input language; with US English as the input
language, pressing the Alt key only sets altKey=true, but not ctrlKey=true.

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