[Webkit-unassigned] [Bug 40999] Implement getModifierState for KeyboardEvent
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 2 06:21:42 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=40999
--- Comment #3 from Masayuki Nakano <masayuki at d-toybox.com> 2012-08-02 06:21:41 PST ---
(In reply to comment #2)
> Currently webkit based browsers return a keyCode 0 for the AltGr Key. Firefox, since version 15 return the value 225.
It depends on platform. On Windows, applications cannot know whether right-alt key is AltGr or not AFAIK. Therefore, only Gecko for Linux (GTK) sets the individual keycode.
See also:
https://developer.mozilla.org/en/DOM/KeyboardEvent#getModifierState%28%29
# Meta key support on Linux is going to be back Fx17.
--
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