Open
Bug 372670
Opened 18 years ago
Updated 2 years ago
onkeydown for modifiers is only fired every second time
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: me, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
When using OSX, in certain conditions, onKeyDown events for modifiers (Command, Control, Shift) are fired only every second time.
For example it occurs here:
https://bugzilla.mozilla.org/attachment.cgi?id=95476
but works fine here:
https://bugzilla.mozilla.org/attachment.cgi?id=246186
Reproducible: Always
Steps to Reproduce:
1. Press Control.
2. Press Control again.
Actual Results:
first press fires event,
second press does not
Expected Results:
both presses fire event
Reporter | ||
Comment 1•17 years ago
|
||
This is still an issue on:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b1) Gecko/2007110903 Firefox/3.0b1
And there's nobody out there who can even confirm this?
Comment 2•17 years ago
|
||
This behavior only occurs when you use the javascript alert function to display the status. The keydown/keyup event itself is fired correctly.
The following page uses a differend method to display the status and it works fine there:
http://unixpapa.com/js/testkey.html
Updated•16 years ago
|
Assignee: events → nobody
QA Contact: ian → events
Comment 3•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•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•