Closed
Bug 811904
Opened 13 years ago
Closed 13 years ago
Identify animated images again
Categories
(SeaMonkey :: Page Info, defect)
SeaMonkey
Page Info
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.16
People
(Reporter: neil, Assigned: neil)
References
Details
Attachments
(1 file)
|
2.75 KB,
patch
|
philip.chee
:
review+
|
Details | Diff | Splinter Review |
Bug 504041 removed scriptable access to the frame count for animated images. However it may still be possible to differentiate between an animated and a static image.
| Assignee | ||
Comment 1•13 years ago
|
||
Unfortunately the best name for the string had already gone...
Comment 2•13 years ago
|
||
Comment on attachment 681705 [details] [diff] [review]
Proposed patch
> Bug 504041 removed scriptable access to the frame count for animated images.
> However it may still be possible to differentiate between an animated and a
> static image.
I think you meant:
Bug 584841 - Create private mozilla::imagelib::Image API for imgIContainer implementations to inherit from.
Also see Firefox:
Bug 550686 - Page Info -> Media does not display the "animated" status & frame count in the "Type" field, for background images.
Bug 713889 - In Page Info -> Media, the "(animated, N frames)" text is missing from the "Type" line, for animated <img>.
Tested on: <http://people.mozilla.com/~dolske/apng/demo.html>
And <https://bug550686.bugzilla.mozilla.org/attachment.cgi?id=584381>
r=me.
Attachment #681705 -
Flags: review?(philip.chee) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
(In reply to Philip Chee from comment #2)
> > Bug 504041 removed scriptable access to the frame count for animated images.
> > However it may still be possible to differentiate between an animated and a
> > static image.
> I think you meant:
> Bug 584841 - Create private mozilla::imagelib::Image API for imgIContainer
> implementations to inherit from.
I think the strikeout must have confused me, although right now I can't actually reproduce the problem on any of my browsers...
| Assignee | ||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•