Open
Bug 973168
Opened 12 years ago
Updated 3 years ago
if keydown and keyup listener, if type two keys real fast togather, keydown doent fire
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: noitidart, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0 (Beta/Release)
Build ID: 20140127194636
Steps to reproduce:
im creating addon ntHotkey,
i setTimeout on keyup
on keydown i clear timeout
when i press 1 then 2 real fast togather timeout never gets cleared, meaning keydown never got called
Actual results:
keydown wasnt called
Expected results:
keydown should have called
Comment 1•7 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•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•