Bug 31613 - Elements don't drop out of compositing layers when animation ends
Summary: Elements don't drop out of compositing layers when animation ends
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-11-17 20:34 PST by Simon Fraser (smfr)
Modified: 2009-11-18 07:03 PST (History)
0 users

See Also:


Attachments
Testcase (1.24 KB, text/html)
2009-11-17 20:34 PST, Simon Fraser (smfr)
no flags Details
Patch (2.64 KB, patch)
2009-11-17 21:39 PST, Simon Fraser (smfr)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2009-11-17 20:34:57 PST
Created attachment 43398 [details]
Testcase

In the attached testcase, the animating elements should drop out of compositing layers when the animation finishes. However, they don't.
Comment 1 Simon Fraser (smfr) 2009-11-17 20:35:39 PST
<rdar://problem/7402913>
Comment 2 Simon Fraser (smfr) 2009-11-17 21:04:52 PST
This seems to happen because the 'mustOverlapCompositedLayers' flag gets stuck on the layer that was animated.
Comment 3 Simon Fraser (smfr) 2009-11-17 21:39:43 PST
Created attachment 43403 [details]
Patch
Comment 4 Simon Fraser (smfr) 2009-11-18 07:03:02 PST
http://trac.webkit.org/changeset/51112