[Webkit-unassigned] [Bug 105257] New: <use> container targets are not cloned properly if they appear after the <use> element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 17 23:27:36 PST 2012


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

           Summary: <use> container targets are not cloned properly if
                    they appear after the <use> element
           Product: WebKit
           Version: 420+
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pdr at google.com
                CC: zimmermann at kde.org, schenney at chromium.org,
                    fmalita at chromium.org


Created an attachment (id=179884)
 --> (https://bugs.webkit.org/attachment.cgi?id=179884&action=review)
Testcase

It looks like we're improperly creating the shadow tree for container nodes that appear after the referencing <use> element. Non-container elements seem to work fine.

This works:
<g id="logo2"> ... </g>
<use xlink:href="#logo2" x="20" y="20"></use>

This does not work:
<use xlink:href="#logo1" x="20" y="20"></use>
<g id="logo1"> ... </g>

Original bug: https://code.google.com/p/chromium/issues/detail?id=166438

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