Closed
Bug 197664
Opened 22 years ago
Closed 21 years ago
Roll over state disappears when mouse movement stops
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dave, Assigned: saari)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210
Rolling over any javascript rollover or CSS-controlled a:hover correctly
displays rolled-over state if the mouse is moving over the element. Once the
mouse stops, the rolled-over state disappears and reverts back to the normal
state. Also, any link information that displays in the status bar disappears
when you stop!
This happens on almost all websites and can cause major loss of functionality if
the site has DHTML menus (the mouse off event removes the from under the mouse)
Reproducible: Always
Steps to Reproduce:
1. Roll over an element that has javascript onmouseover functionality or CSS a:hover
2. Rolled-over state displays as the mouse moves
3. Stopping causes link or image to revert to rolled-off state
Actual Results:
Rolled off state displayed when mouse stops and status text disappears
Expected Results:
Rolled over state should be displayed when over element and link information
remains in status bar
Comment 1•22 years ago
|
||
WFM 2003031308 PC/WinXP
->event handling?
Assignee: asa → saari
Component: Browser-General → Event Handling
QA Contact: asa → desale
Comment 3•21 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7a) Gecko/20040210
Marking WORKSFORME as this hasn't been produced by anyone except the Reporter.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
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
•