Bug 93017
Summary: | javascript: the AltGr key return a 0 value for the keyCode, instead of 225 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Blindauer <e.blindauer> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | ap, barraclough, mail1 |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | Linux | ||
Bug Depends on: | 76988 | ||
Bug Blocks: |
Blindauer
Currently, 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 ?
(The AltGr key isn't the right Alt. It's a key found in most european keyboard layout)
This can be tested on linux mainly. windows users have a similar bug, but I'll open another BR because of the way to emulate AltGr with Alt+ctrl on windows
Emmanuel
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Blindauer
anyone on this bug ?
Gavin Barraclough
This bug is in the wrong component, moving to WebKit Misc in the hope it'll pick up the attention of someone who can move it on in the right direction!
Benjamin ANDRE
I confirm the bug, and it's quite a problem.
For instance in French keyboards, Altgr is a key modifier required to insert a '@'. Because of this bug we are not able in webkit to detect the insertion of a '@' ...
If this bug could be taken into account...
regards !