Bug 46642

Summary: Make replaced elements work with block-flow.
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 46123    
Attachments:
Description Flags
Patch darin: review+

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.