Bug 45497 - Paginate columns at layout time rather than at paint time
Summary: Paginate columns at layout time rather than at paint time
Status: RESOLVED DUPLICATE of bug 38402
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-09 15:25 PDT by Dave Hyatt
Modified: 2010-09-10 13:11 PDT (History)
0 users

See Also:


Attachments
Work in progress (58.35 KB, patch)
2010-09-09 15:26 PDT, Dave Hyatt
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***