[Webkit-unassigned] [Bug 81122] New: SVG anchor on use fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 09:10:22 PDT 2012


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

           Summary: SVG anchor on use fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: schenney at chromium.org
                CC: zimmermann at kde.org, schenney at chromium.org


http://code.google.com/p/chromium/issues/detail?id=118181

Chrome Version       : 18.0.1025.56 beta
URLs (if applicable) : http://www.thesokolows.com/colorresearch/pedigrees/AARON_OF_QUIETUDE.xhtml

Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
     Safari 5: FAIL
  Firefox 4.x: OK
       IE 7/8/9: NA

What steps will reproduce the problem?
1. From the example URL, click on the little eye symbol

What is the expected result?
Navigate to a picture of the horse (follow the link in the <a> element).

What happens instead?
The link in the containing element is followed.

To aid in producing a reduction, the example URL contains this, where the "#male" bbox contains the "#eye" bbox:
<use xlink:href="#couple" x="11" y="14" />
<a xlink:href="ADRIAN_ASHMORE.xhtml"> <use xlink:href= "#male" class="maleStyle  nonflaxenStyle  " x="11" y="14" /></a>
<a xlink:href="ADRIAN_ASHMORE.xhtml"> <text font-size=".7" font-family="monospace" x="11.5" y="14.8" >ADRIAN ASHMORE</text></a>

<text font-size=".6" font-family="monospace" x="15" y="15.6" >12877 -</text>

<text font-size=".7" font-family="monospace" x="11.3" y="15.6" >CH</text>

<a xlink:href="http://www.morganhorse.com/upload/photos/3922AdrianAshmoreNew.jpg" > <use xlink:href="#eye" x="13" y="14.9" /></a>

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