Bug 68719

Summary: [CSSRegions] Push through multiple regions if necessary when an object doesn't fit
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: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Dave Hyatt 2011-09-23 13:07:11 PDT
Push through multiple regions if necessary when an object doesn't fit.  Unlike with pages and columns, an object may have to be pushed through multiple regions (leaving completely blank regions in its wake) in order to find one that can accommodate it.
Comment 1 Dave Hyatt 2011-09-23 13:13:35 PDT
Created attachment 108517 [details]
Patch
Comment 2 Dave Hyatt 2011-09-23 13:24:17 PDT
Fixed in r95855.