Bug 46642 - Make replaced elements work with block-flow.
Summary: Make replaced elements work with block-flow.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 46123
  Show dependency treegraph
 
Reported: 2010-09-27 12:09 PDT by Dave Hyatt
Modified: 2010-10-01 13:00 PDT (History)
0 users

See Also:


Attachments
Patch (63.22 KB, patch)
2010-10-01 12:20 PDT, Dave Hyatt
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 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.
Comment 1 Dave Hyatt 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.
Comment 2 Dave Hyatt 2010-10-01 12:20:11 PDT
Created attachment 69499 [details]
Patch
Comment 3 Darin Adler 2010-10-01 12:43:05 PDT
Comment on attachment 69499 [details]
Patch

Logical.
Comment 4 Dave Hyatt 2010-10-01 13:00:13 PDT
Fixed in r68917.