RESOLVED FIXED 164094
If an animation's keyframes affect stacking context properties, create stacking context while the animation is running
https://bugs.webkit.org/show_bug.cgi?id=164094
Summary If an animation's keyframes affect stacking context properties, create stacki...
Simon Fraser (smfr)
Reported 2016-10-27 16:35:28 PDT
If an animation's keyframes affect stacking context properties, create stacking context while the animation is running
Attachments
Patch (22.51 KB, patch)
2016-10-27 16:39 PDT, Simon Fraser (smfr)
dino: review+
Simon Fraser (smfr)
Comment 1 2016-10-27 16:39:52 PDT
Simon Fraser (smfr)
Comment 2 2016-10-27 16:40:30 PDT
*** Bug 66341 has been marked as a duplicate of this bug. ***
Dean Jackson
Comment 3 2016-10-27 17:03:47 PDT
Comment on attachment 293077 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=293077&action=review > Source/WebCore/page/animation/CSSPropertyAnimation.cpp:641 > - dst->setOpacity(blendFunc(anim, (fromOpacity == 1) ? 0.999999f : fromOpacity, b->opacity(), progress)); > + dst->setOpacity(blendFunc(anim, a->opacity(), b->opacity(), progress)); Glad to see this go. > Source/WebCore/page/animation/CompositeAnimation.cpp:344 > + blendedStyle->setZIndex(0); It would be nice if there was a more obvious way to mark as needing a stacking context.
Simon Fraser (smfr)
Comment 4 2016-10-27 20:26:11 PDT
Note You need to log in before you can comment on or make changes to this bug.