Bug 66129 - [CSSRegions] RenderFlowThread should layout only after all the regions have finished layout
Summary: [CSSRegions] RenderFlowThread should layout only after all the regions have f...
Status: RESOLVED DUPLICATE of bug 66142
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 66142
Blocks: 57312
  Show dependency treegraph
 
Reported: 2011-08-12 01:07 PDT by Alexandru Chiculita
Modified: 2011-08-18 07:11 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***