[Webkit-unassigned] [Bug 40999] Implement getModifierState for KeyboardEvent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 2 05:42:47 PDT 2012


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


Blindauer <e.blindauer at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |e.blindauer at gmail.com




--- Comment #2 from Blindauer <e.blindauer at gmail.com>  2012-08-02 05:42:47 PST ---
Hi
Something can be done while DOM3 spreads out for web developers.

Currently, as the first comment says, there is no way to know if the altGr key is pressed.

Firefox fixed this problem recently in their release 15

This problem affect some javascripts application, like noVNC or guacamole
(https://github.com/kanaka/noVNC/issues/21, http://guac-dev.org/trac/ticket/136 )


The javascript test page is http://guac-dev.org/pub/tests/key-event-test.html

Currently webkit based browsers return a keyCode 0 for the AltGr Key. Firefox, since version 15 return the value 225.

Can a patch be made to return the same value for webkit browsers ?

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