[Webkit-unassigned] [Bug 79389] Hitch (due to style recalc?) when starting CSS3 animation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 17 13:18:42 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=79389
--- Comment #14 from Loïc Yhuel <loic.yhuel_ext at softathome.com> 2012-04-17 13:18:42 PST ---
Created an attachment (id=137588)
--> (https://bugs.webkit.org/attachment.cgi?id=137588&action=review)
regression : blinking text animation
This animation no longer works after this commit.
In this case, when the text color should be changed to white :
- styleChangeType() is SyntheticStyleChange, the animated style (color: white) is set on the Element in setRenderStyle(newStyle)
- currentStyle and newStyle are the same (color: black), so ch is NoChange
- After r112155, change is no more set to Force, so Text::recalcTextStyle is called with NoChange as argument, the style of the text is not changed, so the text color is still black.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list