[Webkit-unassigned] [Bug 12575] SVG Links do not show status text on hover

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 4 18:53:06 PST 2007


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12915|review?                     |review+
               Flag|                            |




------- Comment #3 from darin at apple.com  2007-02-04 18:53 PDT -------
(From update of attachment 12915)
+#ifdef SVG_SUPPORT
+    else if (m_innerURLElement->hasTagName(SVGNames::aTag))
+        return m_innerURLElement->isLink();
+#endif

No need for else here. The if before ends in a return.

Would be nice if this had a layout test. We could easily add logging of the
delegate methods used for status text.

r=me


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