Bug 148907 - dynamic adding animations on a element but resulting the wrong z-index
Summary: dynamic adding animations on a element but resulting the wrong z-index
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Local Build
Hardware: iPhone / iPad All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-05 20:19 PDT by zhanglei
Modified: 2023-05-10 01:57 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zhanglei 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 .
Comment 1 zhanglei 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
Comment 2 Simon Fraser (smfr) 2015-09-09 19:54:33 PDT
Please attach a testcase.
Comment 3 Antoine Quint 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.