RESOLVED INVALID 148907
dynamic adding animations on a element but resulting the wrong z-index
https://bugs.webkit.org/show_bug.cgi?id=148907
Summary dynamic adding animations on a element but resulting the wrong z-index
zhanglei
Reported 2015-09-05 20:19:56 PDT
the below only appears on the iphones sometimes i want to dynamicly add some animationClass on an element , it's expected to display the animation according to it's z-index or the rendering stack index , however i got the result that the element which i dynamicly add animationClass always displays the animation on the top view level on the iphone , but it displays the animation on the right view level which it's expected on other plats(android, pc). i test it on the newest chrome browser(iphone) and all browsers on (iphone), it act as aboves。so it's expected to act so (however it acts different on different plats)? or it should be fixed. please tell me ,thx .
Attachments
zhanglei
Comment 1 2015-09-05 20:25:02 PDT
for example sometimes i have a mask layer on the top view , in this state , the element which i dynamicly add animationClass should do the animation behind the mask layer , but it plays the animation at the front of the mask layer
Simon Fraser (smfr)
Comment 2 2015-09-09 19:54:33 PDT
Please attach a testcase.
Antoine Quint
Comment 3 2023-05-10 01:57:10 PDT
This has pending a test case for close to 8 years. Closing this since this is not actionable as such.
Note You need to log in before you can comment on or make changes to this bug.