[Webkit-unassigned] [Bug 112052] New: Absolute position div without width specified does not reflow its text when it is moved (and computed width changes)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 11 12:44:58 PDT 2013


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

           Summary: Absolute position div without width specified does not
                    reflow its text when it is moved (and computed width
                    changes)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://jsfiddle.net/FDYZk/
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tobyschachman at gmail.com


I have an absolute position'ed div with left specified but not width or right. When I change its left style attribute in JS, its computed width (via window.getComputedStyle) changes as expected. However the text within the div does not reflow as expected.

Firefox does reflow the text 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