Bug 110378

Summary: [New Multicolumn] Resize RenderMultiColumnSets around their columns
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, esprehn+autocc, ojan.autocc, WebkitBugTracker, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch krit: review+

Description Dave Hyatt 2013-02-20 13:52:25 PST
Resize RenderMultiColumnSets around their columns. This gets us inline overflow parity with the old columns in that we at least know to hit test and repaint columns that spill outside of a block in the inline direction now.
Comment 1 Dave Hyatt 2013-02-20 13:57:45 PST
Created attachment 189371 [details]
Patch
Comment 2 Dirk Schulze 2013-02-20 14:11:40 PST
Comment on attachment 189371 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=189371&action=review

r=me

> Source/WebCore/rendering/RenderMultiColumnSet.cpp:222
> +    LayoutUnit colGap = columnGap();

I guess col is descriptive enough.
Comment 3 Dave Hyatt 2013-02-20 14:18:46 PST
Fixed in r143506.