Closed
Bug 774127
Opened 12 years ago
Closed 12 years ago
Cannot pause/resume download with space bar
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 801011
People
(Reporter: evilpie, Assigned: mconley)
References
(Blocks 1 open bug)
Details
I wanted to implemented the old copy 'n download behaviour. While doing this I noticed a weird bug, for some reason DV_onDownloadKeyPress is called twice for one press on the keyboard, thus resuming and then pausing again in a few milliseconds.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mconley
Assignee | ||
Comment 1•12 years ago
|
||
Findings so far:
- This does not affect Windows or OSX.
- This appears to be a platform bug for panels - we're indeed firing the onKeyPress and onKeyRelease event twice when a panel is focused.
I'll file a platform bug.
Assignee | ||
Comment 2•12 years ago
|
||
This is now essentially the same bug as platform bug 801011.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•