[Webkit-unassigned] [Bug 41931] svg/custom/use-instanceRoot-event-bubbling.xhtml test crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 03:15:41 PDT 2010


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





--- Comment #3 from Nikolas Zimmermann <zimmermann at kde.org>  2010-07-09 03:15:41 PST ---
Found the problem: it's related to the SVG cloneNode fixes. The style attributes is being synchronized, when using cloneNode() while building the shadow tree. That causes attributeChanged() calls which in turn call SVGElementInstance::invalidateAllInstancesOfElement() marking the shadow tree as "needs to be recreated" while it's creating the tree. Going to fix soon.

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