RESOLVED FIXED 46642
Make replaced elements work with block-flow.
https://bugs.webkit.org/show_bug.cgi?id=46642
Summary Make replaced elements work with block-flow.
Dave Hyatt
Reported 2010-09-27 12:09:46 PDT
They always stay upright, but we need to make sure things like positioning and percentage width/height calculations use the right values when there are different block flows involved.
Attachments
Patch (63.22 KB, patch)
2010-10-01 12:20 PDT, Dave Hyatt
darin: review+
Dave Hyatt
Comment 1 2010-09-27 12:10:35 PDT
Notes... check computeReplacedWidth/Height. Make sure they do the right thing. Also make sure we study all the replaced positioned code.
Dave Hyatt
Comment 2 2010-10-01 12:20:11 PDT
Darin Adler
Comment 3 2010-10-01 12:43:05 PDT
Comment on attachment 69499 [details] Patch Logical.
Dave Hyatt
Comment 4 2010-10-01 13:00:13 PDT
Fixed in r68917.
Note You need to log in before you can comment on or make changes to this bug.