Closed
Bug 165973
Opened 23 years ago
Closed 23 years ago
mousewheel scrolling doesn't trigger events properly
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: bugzilla, Assigned: joki)
Details
a:hover styles arent removed, or the cursor changed back from the hand, when the
mouse is used to scroll down a page. i've been unable to test scripted DOM stuff.
once the mouse is moved after that, everything's fine.
from my limited programming experience, i would think that this is due to the
mouse-wheel-scroll not prompting an "onmousemove" event (because the mouse
pointer hasn't been moved) - when it should, as the mouse has moved relative to
the content.
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 78765 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•23 years ago
|
QA Contact: rakeshmishra → trix
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
•