[Webkit-unassigned] [Bug 77535] New: Not correctly recalculating layout for elements within nested SVG elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 1 02:13:27 PST 2012


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

           Summary: Not correctly recalculating layout for elements within
                    nested SVG elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zscregan at gmail.com
                CC: zimmermann at kde.org, timothy_horton at apple.com


Created an attachment (id=124911)
 --> (https://bugs.webkit.org/attachment.cgi?id=124911&action=review)
Test - Both Images Should Be Identical

I created and attached a test case. Both images should look identical, but for some reason WebKit doesn't seem to recalculate the position of relatively positioned elements whose parent node is a nested <svg> element, whenever that <svg> element is repositioned dynamically. The bug also appears when the browser window is resized since the nested <svg> element is relatively positioned to the browser window. For example:

<svg>
  <svg id="NestedSVG" width="50%">
    <rect x="0" y="0" width="100%" height="100%" />
  </svg>
</svg>

NestedSVG.setAttribute('width', '75%');

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