[Webkit-unassigned] [Bug 104398] New: column-count applied to <div> around <table> causes rendering error if table-rows do not divide evenly by column-count

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 13:58:44 PST 2012


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

           Summary: column-count applied to <div> around <table> causes
                    rendering error if table-rows do not divide evenly by
                    column-count
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rasamassen at gmail.com


Created an attachment (id=178270)
 --> (https://bugs.webkit.org/attachment.cgi?id=178270&action=review)
Test case

After placing a table inside a 2-column <div>, if there are an odd number of rows in the table, the table renders incorrectly, splitting the middle row between the bottom of the first column and the top of the second column.

If there is an even number of rows, the table renders correctly.

The issue appears anytime table row-count / column-count does not divide evenly.

-- 
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