[Webkit-unassigned] [Bug 40366] REGRESSION (r59263): Google Docs Drawing is broken, and probably other SVG-based sites

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 14:06:35 PDT 2010


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





--- Comment #9 from James Robinson <jamesr at chromium.org>  2010-06-22 14:06:35 PST ---
Querying any attribute calls Element::attributes() which will call setAttribute() for the styleAttr if it's out of date.  One fix suggested in IRC is to avoid calling setNeedsLayout() if the changed attribute is styleAttr, since changing the styles on an element should always mark the element as needing layout anyway.  I'm going to try that locally and see what happens on the rest of the tests.

-- 
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