Closed
Bug 233243
Opened 21 years ago
Closed 20 years ago
Keyboard shortcuts dont work if mouse is hovering over a plugin
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: bilaribilari, Assigned: aaronlev)
Details
User-Agent:
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113
If you check your mail at Yahoo.com, they very often have ads in the form of
flash movies. If by chance the mouse pointer is over a flash plugin, then
keyboard shortcuts just die. You have to move the mouse outside the plugin area
and click somewhere within the page frame only then the shortcuts become usable.
This can be observed even when you cycle tabs using Ctrl+PgUp or PgDn and land
upon a page that has a plugin.
Reproducible: Always
Steps to Reproduce:
1.Login in to yahoo mail account and stumble on a page that has a flash movie
2.Let mouse hover inside the plugin.
3.Try to use some keyboard shortcuts
Actual Results:
Keyboard shortcuts dont work
Expected Results:
Keyboard shortcuts should work regardless of the underlying component that is
receiving focus. I think when the mouse hovers over a plugin, focus is grabbed
by that plugin and since that plugin doesn't have any shortcuts, it is
insensitive to keyboard shortcuts. Maybe if there is some plugin that DOES have
keyboard shortcuts, they will become active and supersede Mozilla's kb
shortcuts. Just a guess.
![]() |
||
Comment 1•21 years ago
|
||
The problem is that the plugin has its own X window, so X never even tells us
about the key events....
Whiteboard: DUPEME
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: VERIFIED → UNCONFIRMED
Resolution: DUPLICATE → ---
Whiteboard: DUPEME
Comment 4•20 years ago
|
||
*** This bug has been marked as a duplicate of 95541 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 20 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•