Bug 81534

Summary: [New Multicolumn] Make columns relayout properly when the containing block width changes.
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch koivisto: review+

Description Dave Hyatt 2012-03-19 12:07:48 PDT
Make columns relayout properly when the containing block width changes. Cache the column count and width on the multi-column block.
Comment 1 Dave Hyatt 2012-03-19 12:12:43 PDT
Created attachment 132623 [details]
Patch
Comment 2 Dave Hyatt 2012-03-19 12:16:15 PDT
Created attachment 132624 [details]
Patch
Comment 3 WebKit Review Bot 2012-03-19 12:18:32 PDT
Attachment 132624 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/rendering/RenderMultiColumnBlock.h:45:  One space before end of line comments  [whitespace/comments] [5]
Total errors found: 1 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Antti Koivisto 2012-03-19 12:21:41 PDT
r=me
Comment 5 Dave Hyatt 2012-03-19 12:28:58 PDT
Fixed in r111217.