[Webkit-unassigned] [Bug 112909] New: Multi-column works incorrectly when pagination applied body using overflow: paged-x

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 06:47:29 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112909

           Summary: Multi-column works incorrectly when pagination applied
                    body using overflow: paged-x
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P1
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ancil0504 at gmail.com
                CC: eric at webkit.org, hyatt at apple.com, bdakin at apple.com,
                    simon.fraser at apple.com, dino at apple.com,
                    dglazkov at chromium.org, alexis at webkit.org,
                    cmarcelo at webkit.org


Created an attachment (id=194248)
 --> (https://bugs.webkit.org/attachment.cgi?id=194248&action=review)
 paged-x-onroot-with-columns.html

The flow of content within the multi-column is incorrect when pagination and multi-column properties are set on the body tag.
The content is flown into the columns and then pagination is applied. 
This results in the content to flow in this order Column 1 -> Column 3 -> Column 2 -> Column 4, which is incorrect.
(Refer attached image body-paged-multicolum.png, paged-x-onroot-with-columns.html)

It works well when the pagination is applied on DIV.
(Refer attached image div-paged-multicolum.png, paged-x-div-with-columns.html)


Tested on Chrome Canary Version 27.0.1447.3 canary on Windows 7

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list