Bug 110478 (position-fixed-bug)
| Summary: | rendering bug position:fixed & -webkit-transform | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | dmitri <dmitri.voronianski> |
| Component: | CSS | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
The CSS3 transforms spec says of transformed elements: "The object acts as a containing block for fixed positioned descendants."
dmitri
mm, so elements with fixed position inside transformed element won't behave as fixed ones?
Simon Fraser (smfr)
Correct.