Closed
Bug 519838
Opened 15 years ago
Closed 15 years ago
clicking the first run animation should restart it
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
fennec1.0b5
People
(Reporter: Gavin, Assigned: Gavin)
Details
Attachments
(1 file)
2.09 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
We just want to call nsIImageLoadingContent.forceReload on the image, I think.
Assignee | ||
Comment 1•15 years ago
|
||
<joe> you could also get a copy of its imgContainer and call startAnimation on it
<joe> that'd be cheaper
<gavin> I can do that from script?
<joe> yes
<joe> imgIContainer::startAnimation()
<joe> or resetAnimation()
Assignee | ||
Comment 2•15 years ago
|
||
Seems to work great (applies on top of my firstrun patch for bug 477109 and its followups).
Assignee: nobody → gavin.sharp
Status: NEW → ASSIGNED
Updated•15 years ago
|
Attachment #404150 -
Flags: review+
Assignee | ||
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → B5
Comment 4•15 years ago
|
||
verified FIXED on builds:
Mozilla/5.0 (Windows; U; WindowsCE 5.2; en-US; rv:1.9.2b1pre) Gecko/20091006 Fennec/1.0a3
and
Mozilla/5.0 (X11; U; Linux armv7l; en-US; rv:1.9.2b1pre) Gecko/20091006
Fennec/1.0b4
Status: RESOLVED → VERIFIED
Flags: in-litmus?
Comment 5•15 years ago
|
||
litmus testcase https://litmus.mozilla.org/show_test.cgi?id=9762 has been created to test the functionality of this page in general...including restarting the animation.
Flags: in-litmus? → in-litmus+
You need to log in
before you can comment on or make changes to this bug.
Description
•