[Webkit-unassigned] [Bug 47669] Title-Element has no popup on <svg>-Elements, but on <g>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 07:18:34 PDT 2010


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


Andreas Kling <kling at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kling at webkit.org




--- Comment #1 from Andreas Kling <kling at webkit.org>  2010-10-14 07:18:33 PST ---
>From SVGStyledElement::title() in WebCore/svg/SVGStyledElement.cpp:
// According to spec, we should not return titles when hovering over <svg> elements (those 
// <title> elements are the title of the document, not a tooltip) so we instantly return.
if (hasTagName(SVGNames::svgTag))
    return String();

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