Closed
Bug 86572
Opened 23 years ago
Closed 22 years ago
JavaScript can no longer restart animated GIFs
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: Kanef, Assigned: pavlov)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
See the test case I'm attaching, and the URL for a real-world example.
Desired behavior (IE 5 Mac/Windows, Netscape 4.77, Mozilla 0.7 2001010816):
Each time foo.src is changed to 'image.gif', the 'image.gif' animation runs.
Actual behavior (Mozilla 0.9.1 2001060712):
After an animation has reached the end, it can never be restarted.
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Although it might seem like a different bug, I think this is bug bug 17126
in disguise.
Reporter | ||
Comment 3•23 years ago
|
||
I can't run the test case attached to bug 17126, but from the summary it
certainly sounds like the same bug. If an onMouseOver event handler can't reset
the animation, it's no surprise that the onClick event handler in my own test
case can't.
I had checked the open bugs listed under Meta Bug 66966. I think 17126 belongs
there too; I'll add it.
*** This bug has been marked as a duplicate of 17126 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 4•23 years ago
|
||
After further testing, I take it back; this is not a dupe of Bug 17126. This
bug exists in Mozilla 0.9 but not in 0.7. Bug 17126's test case works the same
way in both.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 5•23 years ago
|
||
The test case in this bug is broken. Fix that and give the bug to me if you want
(I'll probably get to it before pav)
Reporter | ||
Comment 6•23 years ago
|
||
The test case works for me. If you think it's buggy, I'll need more details.
Reporter | ||
Comment 7•23 years ago
|
||
Reassigning per comment #5, if you can still take it.
Test case still works for me; if it's still broken for you please be more
specific.
Assignee: pavlov → saari
Status: REOPENED → NEW
Comment 8•23 years ago
|
||
Giving back to Pav because I'm doomed and this is a cross platform bug.
Resetting of the image.src should reset the animation.
Assignee: saari → pavlov
Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → Future
Reporter | ||
Comment 9•23 years ago
|
||
Keyword per comment #1, platform per comment #8.
Assignee | ||
Updated•23 years ago
|
Component: ImageLib → Image: Layout
Comment 10•22 years ago
|
||
Fixed in 2002101010 by Bug 152756
Status: NEW → RESOLVED
Closed: 23 years ago → 22 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•