WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2016-10-27 16:39:52 PDT
Created
attachment 293077
[details]
Patch
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
https://trac.webkit.org/changeset/208025
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug