Bug 112052 - Absolute position div without width specified does not reflow its text when it is moved (and computed width changes)
Summary: Absolute position div without width specified does not reflow its text when i...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.7
: P2 Normal
Assignee: Robert Hogan
URL: http://jsfiddle.net/FDYZk/
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-11 12:47 PDT by toby schachman
Modified: 2013-03-20 00:18 PDT (History)
6 users (show)

See Also:


Attachments
Patch (6.59 KB, patch)
2013-03-17 02:37 PDT, Robert Hogan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description toby schachman 2013-03-11 12:47:24 PDT
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.
Comment 1 Robert Hogan 2013-03-17 02:37:13 PDT
Created attachment 193460 [details]
Patch
Comment 2 WebKit Review Bot 2013-03-20 00:18:30 PDT
Comment on attachment 193460 [details]
Patch

Clearing flags on attachment: 193460

Committed r146308: <http://trac.webkit.org/changeset/146308>
Comment 3 WebKit Review Bot 2013-03-20 00:18:33 PDT
All reviewed patches have been landed.  Closing bug.