Bug 45497

Summary: Paginate columns at layout time rather than at paint time
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Work in progress none

Description Dave Hyatt 2010-09-09 15:25:21 PDT
This bug is covering the task of paginating columns at layout time rather than at paint time.  Effectively it's a rewrite of how columns lay out.
Comment 1 Dave Hyatt 2010-09-09 15:26:29 PDT
Created attachment 67100 [details]
Work in progress

This initial patch gets all multicol tests passing except for floats.  Once I get floats paginating properly (tricky!), then all multicol tests should pass.
Comment 2 Dave Hyatt 2010-09-10 13:11:22 PDT

*** This bug has been marked as a duplicate of bug 38402 ***