[Webkit-unassigned] [Bug 139690] New: Safari 7.1 picks the wrong title to display as a tooltip on SVG element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 16 11:54:47 PST 2014


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

            Bug ID: 139690
           Summary: Safari 7.1 picks the wrong title to display as a
                    tooltip on SVG element
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Mac OS X 10.10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: epoitras at 8d.com
                CC: zimmermann at kde.org

Here a live sample:

http://jsfiddle.net/msj518e4/3/

Hover the large circle with the mouse and it will display "small circle!".

Here is the associated markup:
<svg>
    <g>
        <circle cx="10" cy="10" r="10" fill="red"> 
            <title>small circle!</title>
        </circle>
        <circle cx="50" cy="50" r="20" fill="red"> </circle>
    </g>
</svg>

Title should be picked up only if it's the first direct children of the node.

Tested in all other browsers (Even opera?) and it works fine.

Might be related as well to this other bug: https://bugs.webkit.org/show_bug.cgi?id=127305

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141216/8c75240d/attachment-0002.html>


More information about the webkit-unassigned mailing list