Closed
Bug 201590
Opened 23 years ago
Closed 23 years ago
Element left in :hover state after being hovered and scrolled off using the keyboard
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
People
(Reporter: vincent-moz, Assigned: saari)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.4b) Gecko/20030315
Build Identifier: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.4b) Gecko/20030315
When the mouse pointer is over an element and the user scroll with the keyboard
in such a way that the mouse pointer is no longer over that element, the element
is still regarded as hovered.
Reproducible: Always
Steps to Reproduce:
1. Open the above URL.
2. Scroll downwards a little (you should still see the menu box at the top) with
the scroll bar.
3. Put the mouse pointer over the menu box: the menu opens.
4. Press the up-arrow key to scroll upwards (with the keyboard) so that the
mouse pointer is no longer over the menu box.
Actual Results:
Nothing except the scrolling: the menu is still open.
Expected Results:
In addition to the scrolling, the menu should have closed.
This is a similar bug to bug 78765 (which is now fixed).
Comment 1•23 years ago
|
||
-> all/all )SX 041008 & win2k 041005
OS: Linux → All
Hardware: Macintosh → All
Comment 3•23 years ago
|
||
CONFIRMED, this is still a problem.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•23 years ago
|
||
And a nice testcase is here:
http://bugzilla.mozilla.org/attachment.cgi?id=47657&action=view
Comment 5•23 years ago
|
||
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•