Closed
Bug 120387
Opened 23 years ago
Closed 9 years ago
imagemap link causes onmouseout to be called
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
mozilla1.2alpha
People
(Reporter: briane, Unassigned)
References
()
Details
(Whiteboard: DUPEME)
Attachments
(2 files, 1 obsolete file)
go to www.novaresource.com
When you mouseover the pictures a dimmer picture is loaded and some links
appear. But if you try and put your mouse on the links the image disappears,
the links seem to be there though because you can see the urls in the status
field. In Explorer the image stays up when you go over the links. This might
be bad html I don't know. I am using a 0.9.7+ build ID: 2002010703
Comment 1•23 years ago
|
||
Got a testcase for this. each image has a onmouseout="" function, and that is
called when he hover over one of the imagemap links.
-> layout
Assignee: asa → attinasi
Component: Browser-General → Layout
QA Contact: doronr → petersen
Summary: The mouseovers on this site don't seem to work right → imagemap link causes onmouseout to be called
Comment 2•23 years ago
|
||
Testcase that shows the bug
Updated•23 years ago
|
Target Milestone: --- → mozilla1.2
Comment 3•23 years ago
|
||
Can't navigate http://www.lantmateriet.se because of this. Using Linux.
Comment 4•22 years ago
|
||
Image on old testcase went away. This one did not.
Attachment #65983 -
Attachment is obsolete: true
Comment 5•21 years ago
|
||
This is a dup. The problem is that the <area> gets a mousein, and it's not a
child of the image so the image gets a mouseout.
Whiteboard: DUPEME
Updated•15 years ago
|
Assignee: attinasi → nobody
QA Contact: chrispetersen → layout
And even if it was a child, the mouseout would still be fired. http://www.quirksmode.org/dom/events/index.html
mouseenter and mouseleave may not require target checking.
Comment 7•9 years ago
|
||
This is correct behaviour. Closing.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Updated•9 years ago
|
Comment 8•9 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•