Bug 110478 (position-fixed-bug) - rendering bug position:fixed & -webkit-transform
Summary: rendering bug position:fixed & -webkit-transform
Status: RESOLVED INVALID
Alias: position-fixed-bug
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Nobody
URL: http://labs.voronianski.com/webkit-bug
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-21 08:31 PST by dmitri
Modified: 2013-10-01 06:54 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dmitri 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).
Comment 1 Simon Fraser (smfr) 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."
Comment 2 dmitri 2013-02-21 14:17:42 PST
mm, so elements with fixed position inside transformed element won't behave as fixed ones?
Comment 3 Simon Fraser (smfr) 2013-02-21 14:21:50 PST
Correct.