Closed
Bug 1315959
Opened 8 years ago
Closed 8 years ago
Wrong z-ordering with CSS transform
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 689498
People
(Reporter: vincent, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36
Steps to reproduce:
1. Open http://jsbin.com/necuxiy/edit?html,css,output
Two elements are layered on top of each other, and receiving a simple rotateY transformation. First one -60deg, second one 60deg. We should only see left part of first element and right part of second element.
2. Hover over elements
Actual results:
1. Elements are not correctly z-ordered.
We should not see left part of second element, because it should be below first element.
2. Transition performs really badly
Expected results:
1. A great z-ordering
Works well in Chrome, Opera, Safari, Edge
![]() |
||
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•