Bug 110478 (position-fixed-bug)

Summary: rendering bug position:fixed & -webkit-transform
Product: WebKit Reporter: dmitri <dmitri.voronianski>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Major CC: 7raivis, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://labs.voronianski.com/webkit-bug

dmitri
Reported 2013-02-21 08:31:42 PST
bug was already raised in chromium tracker http://code.google.com/p/chromium/issues/detail?id=20574 but wangxianzhu@chromium.org said that the problem is in webkit. Short description: position: fixed on child nodes does not work when parent element contains transform or transition property. check the demo and feel free to ask more description (FF works well with it).
Attachments
Simon Fraser (smfr)
Comment 1 2013-02-21 08:57:00 PST
The CSS3 transforms spec says of transformed elements: "The object acts as a containing block for fixed positioned descendants."
dmitri
Comment 2 2013-02-21 14:17:42 PST
mm, so elements with fixed position inside transformed element won't behave as fixed ones?
Simon Fraser (smfr)
Comment 3 2013-02-21 14:21:50 PST
Correct.
Note You need to log in before you can comment on or make changes to this bug.