Closed
Bug 393176
Opened 18 years ago
Closed 15 years ago
return two events on a keyup on the numeric pad
Categories
(Firefox :: Keyboard Navigation, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: s.bourboul, Unassigned)
Details
(Whiteboard: [CLOSEME 2010-11-15])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.6) Gecko/20070814 Firefox/2.0.0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.6) Gecko/20070814 Firefox/2.0.0.6
When I press the key "1" on the numeric pad, I receive two events ( the event attached to the key "1" and the event attached to the key "end" ).
Reproducible: Always
Steps to Reproduce:
1.press the key "1"
2.show the events
3.
Actual Results:
I receive two events : event.getCode = 97 and event.getCode = 35
Expected Results:
The software should return only one event : event.getCode = 97
Code for testing the bug :
<input type=button onkeyup="console.log( event.keyCode );">
Comment 1•15 years ago
|
||
This bug was reported using Firefox 3.0 or older, which is no longer supported. The bug has also not been changed in over 500 days and is still in UNCO.
Reporter, please retest this bug in Firefox 3.6.10 or later using a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles. If you still see this problem, please update the bug. If you no longer see the bug, please set the resolution to RESOLVED, WORKSFORME.
This is a mass search of unconfirmed bugs that have no activity on them, so if you feel a bug was marked in error, just remove the CLOSEME comment in the whiteboard within the next month.
Whiteboard: [CLOSEME 2010-11-15]
Comment 2•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•