Closed
Bug 23441
Opened 25 years ago
Closed 25 years ago
Javascript - OnMouseOver doesn´t work properly
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: rb, Assigned: vidur)
References
()
Details
Attachments
(1 file)
|
1.08 KB,
text/html
|
Details |
Put your mouse cursor over the "feet" [left/top] and then all pictures in the
right frame jump a few cm´s to the top. :-)
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Assignee: mccabe → vidur
Component: Javascript Engine → DOM Level 0
QA Contact: rginda → desale
Comment 2•25 years ago
|
||
This is a standard onmouseover() highlight-the-image bit of js, but for
some reason, changing Image.src fails to load the new image. (And when it
fails to load, the inline text is replaced for the original image, leading
to a reflow and the shift of the other table cells in the page -- but that's
just a consequence of the load failure). Testcase is attached. (This may well
be a known problem).
| Reporter | ||
Comment 3•25 years ago
|
||
Maybe the problem is, that two images are changed at one time!! (the feet
[left/top] and the text-image [left/bottom]!??
| Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 4•25 years ago
|
||
It does work for me, but it's just god-awful slow. DUPing with existing
mouseover, image-swapping performance bugs.
*** This bug has been marked as a duplicate of 11355 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•25 years ago
|
||
Dup. Verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•