Closed
Bug 949020
Opened 11 years ago
Closed 11 years ago
Control+PageUp/Down passed to event listeners
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 380637
People
(Reporter: hlieberman, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0 (Beta/Release)
Build ID: 20131028113308
Steps to reproduce:
When switching tabs with Control+PageUp and there is a keypress listener capturing pageup or pagedown, it is is fired inappropriately. To reproduce, load the attached demo page and any other tab(s).
Actual results:
When switching tabs with Control+PageUp/PageDown, the border on the div with lorem ipsum will change color and the div will scroll.
Expected results:
The handler should not receive an event that is being used by Firefox itself for its manipulation. It is unlikely that a user wants both their Firefox keybindings and whatever the page wants the listener for to both be triggered.
Reporter | ||
Comment 1•11 years ago
|
||
Change jquery source to https to allow for direct view on b.g.o without mixed content script getting blocked.
Attachment #8345991 -
Attachment is obsolete: true
Comment 2•11 years ago
|
||
I'm able to reproduce the issue on Windows 7/Firefox 25.0.1
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
Does not seem to matter what has focus other than the tab itself.
Comment 3•11 years ago
|
||
Please reopen if I'm wrong.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•