[Webkit-unassigned] [Bug 89686] New: Incorrect handling of chained pending resources in SVGUseElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 21 12:45:34 PDT 2012


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

           Summary: Incorrect handling of chained pending resources in
                    SVGUseElement
           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: fmalita at chromium.org
                CC: rwlbuis at gmail.com, zimmermann at kde.org,
                    krit at webkit.org, pdr at google.com


Created an attachment (id=148866)
 --> (https://bugs.webkit.org/attachment.cgi?id=148866&action=review)
The indirectly referenced resource is not rendered.

SVGUseElement is currently building pending resources when the target is inserted into the tree, without checking first whether the target itself has any pending resources.

So depending on document order, chained <use>s can yield incomplete results.

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