Bug 169830

Summary: Disable per-region boxes for multicolumn
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: New BugsAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch zalan: review+

Dave Hyatt
Reported 2017-03-17 13:24:05 PDT
Disable per-region boxes for multicolumn
Attachments
Patch (6.48 KB, patch)
2017-03-17 13:26 PDT, Dave Hyatt
zalan: review+
Dave Hyatt
Comment 1 2017-03-17 13:26:32 PDT
zalan
Comment 2 2017-03-17 13:36:37 PDT
Comment on attachment 304816 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=304816&action=review > Source/WebCore/rendering/RenderBox.cpp:2732 > + if (isRenderFlowThread() || !flowThread || !is<RenderNamedFlowThread>(flowThread) || !canHaveBoxInfoInRegion() || flowThread->style().writingMode() != style().writingMode()) !is<RenderNamedFlowThread>(flowThread) covers !flowThread too -> if (isRenderFlowThread() || !is<RenderNamedFlowThread>(flowThread) || ...
Dave Hyatt
Comment 3 2017-03-17 14:59:45 PDT
Landed in r214126.
Note You need to log in before you can comment on or make changes to this bug.