[Webkit-unassigned] [Bug 18230] tspan in link not working

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 13 22:32:38 PDT 2008


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20308|review?                     |review-
               Flag|                            |




------- Comment #3 from eric at webkit.org  2008-04-13 22:32 PDT -------
(From update of attachment 20308)
This is *great*.  But I don't think it's safe to assume that your parent is
always an SVG element:

if (static_cast<SVGElement*>(parent()))

I bet that it's possible to add an SVGAElement into an arbitrary XML DOM and we
don't prevent that.  Whether we should is another question.  You'll need to
check the type of the parent before making the case.

r- for the potential crasher.


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