[Webkit-unassigned] [Bug 106923] New: With of inline SVG element is not update after width attribute is updated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 10:32:55 PST 2013


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

           Summary: With of inline SVG element is not update after width
                    attribute is updated
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fearsome.lucidity at gmail.com


Create an SVG inline element with large width and height attributes inside a div element with a width and height smaller, thus generating vertical and horizontal scrollbars.  Use some javascript to update the SVG width and hight to be smaller then the width and height of the containing div.  Notice the vertical scrollbar disappears but the horizontal scrollbar does not.  Open developer tools and verify the SVG attributes have changed.  Observe that the computed height is the new updated height, but the computed width is the original width.

Tested in Safari 6.0.2 (8536.26.17) Chrome 24.0.1312.52.  Both fail.  Firefox works correctly.

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