Closed
Bug 340725
Opened 20 years ago
Closed 18 years ago
Disabled form elements cause onmouseout event for the container nodes
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: icon, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060504 Fedora/1.5.0.3-1.1.fc5 Firefox/1.5.0.3 pango-text
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060504 Fedora/1.5.0.3-1.1.fc5 Firefox/1.5.0.3 pango-text
If you go to the URL in the example and move your mouse over the sample text, you should see a form hover with two buttons. Moving the mouse over the disabled button will cause a flickering effect due to the succession of onmouseover/onmouseout events for the parent <div>.
Reproducible: Always
Updated•20 years ago
|
Assignee: nobody → events
Component: General → Event Handling
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → Trunk
Comment 1•18 years ago
|
||
mouseover/mouseout events bubble. The handler should be checking the target...
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
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
•