[Webkit-unassigned] [Bug 12502] Reproducible crash when browsing SVG map.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 2 05:09:18 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12502





------- Comment #2 from macdome at opendarwin.org  2007-02-02 05:09 PDT -------
the <use> element seems to be missing a renderer.  I expect this is because a
parent element is display: none.  I'm just not sure what should be done to
void SVGUseElement::notifyAttributeChange() const

as a result.  Should it check (!attached() || !renderer()) ?  As in, I'm not
sure if anything needs to happen when it doesn't have a renderer.  Maybe the
shadow tree still needs to be built?  Not sure.


-- 
Configure bugmail: http://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