Bug 34012

Summary: Use software animation for composited elements with fixed position descendants
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Simon Fraser (smfr)
Reported 2010-01-22 11:34:20 PST
As described in bug 33821 comment 9, we need to use software animation for composited layers with any fixed position descendants.
Attachments
Simon Fraser (smfr)
Comment 1 2010-01-22 13:51:29 PST
Actually maybe we don't need to do this. If transform is animating, then the ancestor is a fixed position container. If opacity is animating, then the behavior is correct. However, if we hardware-animate left and top we'll have to fix this.
Note You need to log in before you can comment on or make changes to this bug.