Open
Bug 484570
Opened 16 years ago
Updated 2 years ago
key wrong binded for '=' under javascript event
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: nico, Unassigned)
Details
Attachments
(1 file)
136 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7
when a catch up by a onkeydown the event of equal key, I get the keyCode 107 instead 187
Reproducible: Didn't try
Steps to Reproduce:
1.<input onkeydown="alert(event.keyCode);" />
2.
3.
Actual Results:
event.keyCode == 107
Expected Results:
event.keyCode == 187
Updated•16 years ago
|
Component: Build Config → DOM: Events
Product: Firefox → Core
QA Contact: build.config → events
Comment 1•15 years ago
|
||
Reproduced on:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9pre) Gecko/20100216 SeaMonkey/2.0.4pre
Comment 2•15 years ago
|
||
Comment 3•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
•