[Webkit-unassigned] [Bug 38241] [Win, Chrome] The key event when pressing AltGr key sets altGraphKey=false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 29 10:14:02 PDT 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[Win, Chrome] The key event |[Win, Chrome] The key event
                   |when pressing AltGr key     |when pressing AltGr key
                   |sets altGraphlKey=false     |sets altGraphKey=false




--- Comment #4 from Alexey Proskuryakov <ap at webkit.org>  2010-04-29 10:14:02 PST ---
This property was added in <http://trac.webkit.org/changeset/5402>, because it
was present in DOM 3 Events spec at the time. It's no longer in the spec.

But my understanding is that AltGr is not the same as right Alt -
event.altGraphKey should be false if one presses the right Alt key on a U.S.
keyboard layout, but it should be true if the same physical key is pressed on a
Polish keyboard layout. I'm not 100% sure about that, and I don't know how we
can tell the difference.

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