Closed
Bug 23433
Opened 25 years ago
Closed 25 years ago
Wrong onMouseOver= gets called.
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: jonas_b, Assigned: vidur)
Details
Attachments
(1 file)
2.18 KB,
text/html
|
Details |
I will attach a document with two almost identical <div> blocks.
Both have a "position: absolute" style but only one block is visible at a time
You can use an <input> button to toggle which block to show.
Both blocks contains links with onMouseOver= functions.
It doesn't matter which block is visible the onMouseOver of the last block
always gets activated, it doesn't matter if the block is hidden or not.
Netscape 4 and IE 5 doesn't behave this way.
I have tested this on both win32 and linux, it is the same except the linux
version likes to crash when displaying alert(""); windows.
/ Jonas Borgström
Comment 2•25 years ago
|
||
Nice test case! (See also bug #22168).
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•25 years ago
|
||
DUP of 12232.
*** This bug has been marked as a duplicate of 12232 ***
Comment 4•25 years ago
|
||
verified dup 12232 [EVENTTARG] events going to wrong element: visibility=hidden
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•