Bug 66129

Summary: [CSSRegions] RenderFlowThread should layout only after all the regions have finished layout
Product: WebKit Reporter: Alexandru Chiculita <achicu>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: hyatt, mihnea
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 66142    
Bug Blocks: 57312    

Description Alexandru Chiculita 2011-08-12 01:07:01 PDT
The RenderFlowThread is created before its RenderRegions, it might layout before them. We should customize RenderView to make sure RenderFlowThread always gets a layout after the RenderRegions attached to it.
Comment 1 Alexandru Chiculita 2011-08-16 07:05:00 PDT
66142 will actually fix this one too.
Comment 2 Alexandru Chiculita 2011-08-18 07:11:01 PDT

*** This bug has been marked as a duplicate of bug 66142 ***