Bug 111068
Summary: | [CSS Regions] Remove the inRenderFlowThread bit from RenderObject | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrei Bucur <abucur> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | hyatt, WebkitBugTracker |
Priority: | P2 | Keywords: | AdobeTracked |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 57312 |
Andrei Bucur
The inRenderFlowThread bit on RenderObject assumes that all the objects belonging to the flow have the containing block inside the RenderFlowThreadObject. This is not true in the case of RenderMultiColumnBlocks.
See https://bugs.webkit.org/show_bug.cgi?id=110624 that removes the positioned property from the flow thread.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andrei Bucur
This change is no longer required after the introduction of the FlowThreadState flag on RenderObject.
See https://bugs.webkit.org/show_bug.cgi?id=111110