Bug 104398 - column-count applied to <div> around <table> causes rendering error if table-rows do not divide evenly by column-count
Summary: column-count applied to <div> around <table> causes rendering error if table-...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-07 14:01 PST by rasamassen
Modified: 2023-05-14 06:42 PDT (History)
3 users (show)

See Also:


Attachments
Test case (1.38 KB, text/html)
2012-12-07 14:01 PST, rasamassen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description rasamassen 2012-12-07 14:01:11 PST
Created attachment 178270 [details]
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.
Comment 1 Ahmad Saleem 2023-05-14 06:42:43 PDT
Safari 16.4.1 show content distribution into columns differently compared to Chrome Canary 115.

Just wanted to share latest test results. Thanks!