[Webkit-unassigned] [Bug 23586] crash on SVGUseElement::expandSymbolElementsInShadowTree(

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 8 05:59:30 PDT 2009


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





------- Comment #11 from eric at webkit.org  2009-04-08 05:59 PDT -------
The ASSERT which the new test case hits, is because we're trying to dispatch an
event to the corresponding node for a just-inserted shadow tree node.  The new
shadow tree node has not yet had a shadowTreeElement() associated with it,
because
void SVGUseElement::associateInstancesWithShadowTreeElements(Node* target,
SVGElementInstance* targetInstance)
has not been called yet.

We could remove the ASSERT to allow this dispatch (and keep searching for the
actual bug in this example), or we could change the <use> design to associate
shadow tree elements with their originals as they're being added instead of
afterwards.


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