NEW120108
Incorrect Z sorting of layers with preserve-3d
https://bugs.webkit.org/show_bug.cgi?id=120108
Summary Incorrect Z sorting of layers with preserve-3d
Arvid Nilsson
Reported 2013-08-21 01:01:28 PDT
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
Note You need to log in before you can comment on or make changes to this bug.