[Webkit-unassigned] [Bug 72151] New: Multiple foreign objects not rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 11 10:41:42 PST 2011


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

           Summary: Multiple foreign objects not rendered
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fmalita at google.com
                CC: zimmermann at kde.org, fmalita at google.com


Created an attachment (id=114728)
 --> (https://bugs.webkit.org/attachment.cgi?id=114728&action=review)
The second FO box is not visible.

When declaring multiple foreignObject elements, only the first one gets rendered.

I tracked this down to a parser problem where the SVG closing tags are not being case-adjusted (like the starting tags are). Thus, foreignObject closing tags are not detected and subsequent FO elements are inserted as children.

Patch coming soon.

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