Bug 66129
Summary: | [CSSRegions] RenderFlowThread should layout only after all the regions have finished layout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexandru Chiculita <achicu> |
Component: | Layout and Rendering | Assignee: | 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 |
Alexandru Chiculita
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexandru Chiculita
66142 will actually fix this one too.
Alexandru Chiculita
*** This bug has been marked as a duplicate of bug 66142 ***