Closed
Bug 41939
Opened 24 years ago
Closed 24 years ago
Animated GIF set to play once only shows last frame on javascript mouseover
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
People
(Reporter: gileadis, Assigned: rogerl)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m16) Gecko/20000607
BuildID: 2000060720
I've created a page that shows a normal image, and on a mouseover it switches to
an animated gif image, which is (internally in the gif image) set to only play
once. I've used Dreamweaver's javascript code, which is pretty standard javascript.
When the mouse is placed over the image the first time, the animated gif plays
through all the frames normally. However, every mouseover after that, the
animated gif only displays its last frame, instead of playing the entire
animation again.
When the the web page is refreshed (by clicking the browser's refresh button)
the error persists--the last frame is still the only one that displays on a
mouseover.
Reproducible: Always
Steps to Reproduce:
1. Create an animated gif that only plays (cycles through its frames) once.
2. Set it to display on a javascript mouseover (as the "on" image of the mouseover).
3. Mouse over the image two or more times. Every time after the first, the
image will display the last frame only.
Actual Results: The mouseover image only displays its final frame.
Expected Results: The mouseover image should display all of its frames when
moused over--the animation should play all the way through.
Comment 2•24 years ago
|
||
yup, does seem to be a dup. Thanks Michael!
*** This bug has been marked as a duplicate of 17126 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•