NEW 53065
Table layout broken due to Colspan + Nowrap
https://bugs.webkit.org/show_bug.cgi?id=53065
Summary Table layout broken due to Colspan + Nowrap
Thiyagaraj A
Reported 2011-01-24 21:58:55 PST
1. Create a row with 3 columns with the last column set as 100% width and other columns set to nowrap. 2. Now create 1 more row and column in that where the colspan is set to 3 and nowrap. 3. When the second row contains a big string which exceeds the width of 1st rows two columns width, then the first rows 2 columns width get extended. 4. As like in ie, FF, second row's content shouldn't affect any other rows due to its colspan config. Open the example file for further details.
Attachments
Table layout with colspan issue. (452 bytes, text/html)
2011-01-24 22:00 PST, Thiyagaraj A
no flags
Thiyagaraj A
Comment 1 2011-01-24 22:00:57 PST
Created attachment 80020 [details] Table layout with colspan issue.
Ahmad Saleem
Comment 2 2022-12-30 15:53:50 PST
I am able to reproduce this bug and it is about "spacing" between first two rows, where "Balance:" does have space after "Balance: " in Safari 16.2 & Safari Technology Preview 162 and it seems to be duplicate bug because I have seen similar issue in "Table" category, I am changing it from Layout & Rendering to "Tables" and changing it as "New". Chrome Canary 111 and Firefox Nightly 110 are matching other and does not show "space" in first two rows like Safari.
Note You need to log in before you can comment on or make changes to this bug.