[Webkit-unassigned] [Bug 179982] Arstechnica sometimes spinning CPU due to animation bug with calc() values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 23 13:36:47 PST 2017


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

--- Comment #4 from Antti Koivisto <koivisto at iki.fi> ---
Basically something like calc(100% - 10px) compares inequal to itself. This causes the implicit animation engine think that there is a new value after style recalc and restart the transition. Starting the transition triggers style recalc on zero duration timer which restarts the transition and so on.

-- 
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/20171123/9448beb6/attachment.html>


More information about the webkit-unassigned mailing list