NEW 70526
Animations breaking stacking context of generated content
https://bugs.webkit.org/show_bug.cgi?id=70526
Summary Animations breaking stacking context of generated content
Joshua Cody
Reported 2011-10-20 11:09:37 PDT
When animating a node that has z-indexed generated content and applying a transformation, the stacking context is lost (perhaps the node is receiving a z-index during the transformation?), and the node is positioned between the generated content and the canvas, instead of the generated content remaining behind the node. See http://jsfiddle.net/q7Qh5/15/
Attachments
Shane Stephens
Comment 1 2011-10-20 17:59:25 PDT
This does seem to be specifically an issue with pseudoelements: see http://jsfiddle.net/xhWMc/ for the same example using real divs - z-index is maintained.
Brent Fulgham
Comment 2 2022-07-12 15:28:34 PDT
All browsers seem to have this behavior.
Note You need to log in before you can comment on or make changes to this bug.