Summary: | REGRESSION (r163928): Animated GIFs are not resumed when translated into view using -webkit-transform | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> | ||||
Component: | Images | Assignee: | Chris Dumez <cdumez> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Major | CC: | barraclough, commit-queue, esprehn+autocc, kangil.han, kling, koivisto, simon.fraser | ||||
Priority: | P1 | Keywords: | InRadar | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | All | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 139701 | ||||||
Attachments: |
|
Description
Chris Dumez
2014-12-15 23:08:47 PST
Reproduction case: http://jsfiddle.net/k9qn8n5w/22/ Created attachment 243352 [details]
Patch
Comment on attachment 243352 [details] Patch Clearing flags on attachment: 243352 Committed r177360: <http://trac.webkit.org/changeset/177360> All reviewed patches have been landed. Closing bug. Comment on attachment 243352 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=243352&action=review > Source/WebCore/dom/Document.cpp:1820 > + frameView.resumeVisibleImageAnimationsIncludingSubframes(); Do you have a test for animated GIF in a subframe, and then moving the iframe's location using position or transform? Comment on attachment 243352 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=243352&action=review >> Source/WebCore/dom/Document.cpp:1820 >> + frameView.resumeVisibleImageAnimationsIncludingSubframes(); > > Do you have a test for animated GIF in a subframe, and then moving the iframe's location using position or transform? No, I don't think we have such test yet. I will add coverage for this case soon, I believe the current code should handle this fine though. (In reply to comment #5) > Comment on attachment 243352 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=243352&action=review > > > Source/WebCore/dom/Document.cpp:1820 > > + frameView.resumeVisibleImageAnimationsIncludingSubframes(); > > Do you have a test for animated GIF in a subframe, and then moving the > iframe's location using position or transform? https://bugs.webkit.org/show_bug.cgi?id=139701 |