Closed Bug 1926 Opened 26 years ago Closed 26 years ago

Ambiguous handling of onMouseOver depending on the position: absolute setting

Categories

(Core :: DOM: Core & HTML, defect, P4)

Other
Windows 98
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: johan.a.eklund, Assigned: joki)

Details

If a DIV is positioned absolutely the entire DIV (including the part of the DIV containing no text) reacts to onMouseOver. If the position: absolute attribute is removed, only the area of the DIV containing text responds to onMouseOver.
Assignee: vidur → joki
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
QA Contact: 4015 → 3847
QA contact re-assigned according to the product areas we're currently working on.
Status: NEW → ASSIGNED
Target Milestone: M4 → M5
Not critical for M4 at this point, moving to M5
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed. Here's the code I used to test it. <HTML> <BODY> <div onmouseover="dump('mouseover div 1\n');" onmousedown="dump('mousedown div 1\n');"> Div 1 <p> More stuff in Div1 </div> <div style="position: absolute; top: 100px; left: 100px" onmouseover="dump('mouseover div 2\n');" onmousedown="dump('mousedown div 2\n');"> Div 2 <p> More stuff in Div2 </div> </BODY> </HTML>
Status: RESOLVED → VERIFIED
Build 1999-06-02-08-M7 verified fixt.
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.