Closed
Bug 60469
Opened 24 years ago
Closed 24 years ago
Rollover Images Disappearing
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
People
(Reporter: p.h.howard, Assigned: pnunn)
References
()
Details
Attachments
(5 files)
This problem can be seen on many sites including www.adobe.com.
Any image rollovers if rolled over several times will make the images
disappear, we have tried this with several rollover scripts and on pages
without any layers or even any css and been able to replicate the problem in
each case.
Comment 1•24 years ago
|
||
confirming mozilla win98 2000111604 trunk, over to imagelib.
could be a dupe of 32269, my own bugs, as it too deals with ANIMATED gifs
causing this problem.
Assignee: asa → pnunn
Status: UNCONFIRMED → NEW
Component: Browser-General → ImageLib
Ever confirmed: true
QA Contact: doronr → tpreston
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
It looks like a dupe of 32269. Have you tried using
the DOM setAttribute("src",fileName) method to see if that gives the same
results? I'm fairly certain it is a problem with the JS Image() object only
based on my comments on 32269.
Comment 7•24 years ago
|
||
Comment 8•24 years ago
|
||
I added a further test case that uses setAttribute as Dylan suggested. It
doesn't make a difference. I agree that Dylan's comments on bug 32269 describe
the same problem but the bug itself is about the ALT text that is why I added
the test cases here
Marking this a dupe or 32269.
I'll add some of the test cases to 32269.
Thanks for the test info.
-p
*** This bug has been marked as a duplicate of 32269 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•