Open
Bug 934507
Opened 12 years ago
Updated 3 years ago
GIF animation stops after src changed several times
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
NEW
People
(Reporter: frommozilla.comhash69, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0 (Beta/Release)
Build ID: 20130910160258
Steps to reproduce:
1) Append a random query to src of an animated .gif image (to avoid caching)
2) Let it load
3) repeat step 1
You can test it on this page by pressing reload button:
http://vano.org/giftest
Actual results:
After same image loaded several times the animation stops
Expected results:
Animation should never stop.
Comment 1•12 years ago
|
||
Confirmed on Linux nightly.
Status: UNCONFIRMED → NEW
Component: General → ImageLib
Ever confirmed: true
Updated•12 years ago
|
OS: Windows 7 → All
Comment 2•11 years ago
|
||
I can't reproduce. Does this still happen?
Flags: needinfo?(frommozdev.orghash69)
I have a similar problem with SVG images. https://bugzilla.mozilla.org/show_bug.cgi?id=934507
This bug has been hanging around since 2013 and is still marked as "new"? This issue should be merged with my new bug. Opened URL, confirmed on Firefox 39.0 (Mac OS X).
(In reply to Jamtlu from comment #4)
> This bug has been hanging around since 2013 and is still marked as "new"?
> This issue should be merged with my new bug. Opened URL, confirmed on
> Firefox 39.0 (Mac OS X).
What is your new bug number? If it's the same issue it should be marked as a duplicate of this one. The bug number you mentioned in comment 3 is the number of *this* bug, not your new bug.
(In reply to Anthony Hughes (:ashughes) [GFX][QA][Mentor] from comment #5)
> (In reply to Jamtlu from comment #4)
> > This bug has been hanging around since 2013 and is still marked as "new"?
> > This issue should be merged with my new bug. Opened URL, confirmed on
> > Firefox 39.0 (Mac OS X).
>
> What is your new bug number? If it's the same issue it should be marked as a
> duplicate of this one. The bug number you mentioned in comment 3 is the
> number of *this* bug, not your new bug.
Bug #1184530
Flags: needinfo?(frommozdev.orghash69)
Still reproducible on 54.0a2
UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0
Built from: https://hg.mozilla.org/releases/mozilla-aurora/rev/94b7e538af7dbb9a6567cad9125c2f5411e7fb80
[1] Gif image freeze after 2 changes of `src` attribute.
[2] Remove attribute `src` then set a new one seems fix the freeze.
[3] The 2-reload-before-freeze counter is not affected by rebuild (action [2]). 1 reload + 7 rebuild + 1 reload = freeze; + 5 rebuild + 1 reload = still freeze.
[4] <img> blink when rebuild too fast, but looks stable when reload.
Is this bug a dupe of bug #762786?
Screencast for attachment # 8865833 [details]
Showing <img> blinking when click Rebuild button too fast
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•