[Webkit-unassigned] [Bug 20587] WebKit eats CPU on http://uk.sun.com/tryandbuy/products.jsp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 2 22:40:45 PDT 2008


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





------- Comment #3 from mitz at webkit.org  2008-09-02 22:40 PDT -------
Some repaint-only style property inherited by the list markers (opacity, I
think) is animated. But that results in a relayout every time (and relayout is
quite expensive because the DOM is crazy-deep and so is the render tree, for
reasons that might warrant separate investigation) because
RenderListMarker::updateMargins() mutates layout properties of the style.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list