Open
Bug 818185
Opened 12 years ago
Updated 2 years ago
Onkeydown/up fire wrong values for some keys under Windows
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: juwagn, Unassigned)
Details
(Whiteboard: DUPEME? 787144)
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0
Build ID: 20121128204232
Steps to reproduce:
Some discussion of error is in
http://forums.mozillazine.org/viewtopic.php?f=38&t=2625527
German keyboard, when pressed ö or ä (or some other keys), zero values for onkeydown/up are delivered, some keys deliver wrong values.
Actual results:
onkeydown/up deliver wrong values in new FireFox 17 versions comparing to FireFox 3.6, that delivers correct codes..
Expected results:
As FireFox 3.6, IE and Chrome deliver ö=192 and ä=222, so I would like, that FireFox 17 and up deliver correct numbers for onkeydown/up events, and not only for ä or ö, but for the rest keys too..
The error can be reproduced on any system, not only german, with help of osk.exe, also microsofts own keyboard emulator.
Updated•12 years ago
|
Component: Untriaged → DOM: Events
Product: Firefox → Core
Comment 2•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•