Closed
Bug 78778
Opened 24 years ago
Closed 24 years ago
animated GIF continues running after img.src is replaced through js
Categories
(Core :: Graphics: ImageLib, defect, P1)
Tracking
()
VERIFIED
WORKSFORME
mozilla0.9.9
People
(Reporter: pali, Assigned: saari)
References
()
Details
(Keywords: testcase)
See testcase:
it consists of image with mouseover; mouseover image is animated GIF.
mouse over it. it starts counting from 1 to 10 and loops. Now, mouse over it,
leave and mouse over it again. You should see that it does not start the
animation from the beginning but it is playing it somewhere from the middle...
it seems that the animation continuse running in the background even if not
displayed...
--mondo
Comment 1•24 years ago
|
||
seeing too on linux and confirming
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 98 → All
It's true that the animated GIF is playing somewhere from the middle when the
mouse is over it again. And if you count the GIF's "number" you will notice
that the GIF is playing in background (i.e., the numbers moving up) when the
mouse is NOT over it. It's kind of like animation on background regardless of
mouse event.
Pav sez its a dup of saari's bugs.
->saari and not extremely critical for 0.9.1
Assignee: pavlov → saari
Target Milestone: --- → mozilla0.9.2
Assignee | ||
Comment 4•24 years ago
|
||
Yeah, I think dr has the patch for this? I patched it and then it was moved
somewhere...
Assignee | ||
Comment 5•24 years ago
|
||
Yup, looks like the mouseover codepath doesn't call StartAnimation and
StopAninmation correctly. I've got other manifestations of this too
Status: NEW → ASSIGNED
Updated•24 years ago
|
Target Milestone: mozilla0.9.2 → mozilla0.9.3
Updated•24 years ago
|
Target Milestone: mozilla0.9.3 → mozilla0.9.4
Assignee | ||
Comment 7•24 years ago
|
||
->0.9.5
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.4 → mozilla0.9.5
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.5 → mozilla0.9.7
Comment 8•24 years ago
|
||
WFM 2001 110103 Win98.
Blocks: 61480
Summary: animation in GIF continues running in the background → animated GIF continues running after img.src is replaced through js
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
build 2001020603 win32 WFM
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 10•24 years ago
|
||
WFM win xp build 2002021803, Max OS X build 2002021810 and linux build
2002021810, marking verified
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•