NEW 186912
Fixed table don't use colgroup config if first row has colspan
https://bugs.webkit.org/show_bug.cgi?id=186912
Summary Fixed table don't use colgroup config if first row has colspan
Kvet
Reported 2018-06-22 00:54:47 PDT
Example URL: https://jsfiddle.net/ghrv872p/ Steps to reproduce the problem: 1. Open attached URL 2. See Bad and Good examples What is the expected behavior? The first column in the Bad example should have zero width. What went wrong? The first column in the Bad example has incorrect width. It works as expected in Edge and FireFox
Attachments
Safari 15.6.1 and STP 151 differ from other browsers (592.98 KB, image/png)
2022-08-17 15:54 PDT, Ahmad Saleem
no flags
Ahmad Saleem
Comment 1 2022-08-17 15:54:13 PDT
Created attachment 461699 [details] Safari 15.6.1 and STP 151 differ from other browsers I am able to reproduce this bug in Safari 15.6.1 and STP 151 as can be seen from attached screenshot using JSFiddle from Comment 0. Both Chrome Canary and Firefox Nightly match each other as can be seen from attached screenshot. Thanks!
Peter Gassner
Comment 2 2023-03-09 05:35:38 PST
A workaround for this bug is to use a very small width that is greater than zero, e.g. "0.0001px", for the column that should have a zero-width. This being a solution indicates that zero-width columns are somehow not considered by the layout algorithm.
Note You need to log in before you can comment on or make changes to this bug.