Closed
Bug 275304
Opened 20 years ago
Closed 20 years ago
Using the mouse wheel un-hovers any hovered element
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jleedev, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
403 bytes,
text/html
|
Details |
I have a large element on my page that changes appearance on hover, but I noticed that it "flickers" when you mouse wheel over it. This behavior does not occur when scrolling with the keyboard. 1. Move the mouse over the green div to turn it orange. 2. Roll the mouse wheel. The div turns back to green. 3. The div turns orange when you move the mouse. 4. It works fine with the keyboard. Testcase to follow.
Comment 2•20 years ago
|
||
WFM, Mozilla 2004-12-19-05 trunk Linux. Which build are you using?
I'm running: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5 and they both show the bug.
Oh wait, I just downloaded the latest nightly Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a6) Gecko/20041220 Firefox/1.0+ and it appears to be fixed.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•6 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
•