Bug 120108
| Summary: | Incorrect Z sorting of layers with preserve-3d | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Arvid Nilsson <anilsson> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | anilsson |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac (Intel) | ||
| OS: | OS X 10.8 | ||
| URL: | http://desandro.github.io/3dtransforms/examples/cube-01-steps.html | ||
Arvid Nilsson
On http://desandro.github.io/3dtransforms/examples/cube-01-steps.html, the elements that form the sides of the cube are listed in order 1, 2, 3, 4, 5, 6 in the HTML source.
Steps to reproduce:
Load http://desandro.github.io/3dtransforms/examples/cube-01-steps.html
Press 2. Rotate faces
Expected:
Face 2 is z sorted in front of 1 after transition ends
Actual:
Face 1 is z sorted in front of 2
Discussion:
We believe the bug is due to Safari not preserving painter's algorithm order of coplanar layers.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |