RESOLVED INVALID 110478
position-fixed-bug rendering bug position:fixed & -webkit-transform
https://bugs.webkit.org/show_bug.cgi?id=110478
Summary rendering bug position:fixed & -webkit-transform
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.