[Webkit-unassigned] [Bug 247245] Animation.commitStyles() doesn't change "style" attribute for individual CSS transform properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 11:50:43 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=247245

--- Comment #3 from Antoine Quint <graouts at webkit.org> ---
The issue is in `static Ref<CSSValue> computedTranslate(RenderObject*, const RenderStyle&)` where the `rendererCanBeTransformed(renderer)` check fails because the renderer is null when called under `WebAnimation::commitStyles()`.

We should probably mirror `computedTransform()` to only check `is<RenderInline>(renderer)`.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221115/d09c2f00/attachment.htm>


More information about the webkit-unassigned mailing list