[Webkit-unassigned] [Bug 23775] Transitions misbehave when a property is expressed in different units
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 14 06:33:43 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=23775
--- Comment #10 from Antoine Quint <graouts at webkit.org> ---
Huh-ho, so for the getKeyframes() issue the problem is that we are calling this method to get the computed value from the style in the addPropertyToKeyframe lambda:
computedStyleExtractor.valueForPropertyInStyle(style, cssPropertyId, renderer)
But this absolutely does not use the provided style object to get the width instead using the current bounds for the renderer. Not good!
--
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/20220914/94c1df9a/attachment.htm>
More information about the webkit-unassigned
mailing list