WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
29528
"border-collapse: collapse;" tables with unnecessary colspans draw screwey borders
https://bugs.webkit.org/show_bug.cgi?id=29528
Summary
"border-collapse: collapse;" tables with unnecessary colspans draw screwey bo...
Rod
Reported
2009-09-20 02:59:07 PDT
Created
attachment 39832
[details]
example of the problem This looks like it might be a duplicate because all of the other border-collapse bugs filed seem to do similar kinds of things but I couldn't find a bug that was specific to this issue. If you have a table that is border-collapse:collapse and have cells that have colspans that are technically unnecessary, the border of the table will be drawn incorrectly and may also be drawn around cells inside the table erroneously. This bug has been observed on Chrome and Safari for some time now, including the current versions of each (Chrome 3.0.195.21, Safari 4.0.3). I have no tested on current WebKit, sorry. Attached is an example of what happens, including a small table at the bottom with some javascript that extends the table and makes the colspans necessary, the problem disappears (if you extend the table with even more unnecessary colspans then the problem persists). Note that the example at the bottom demonstrates why you may have a table with seemingly unnecessary colspans. I have a table that contains a form that does progressive-disclosure as it is being filled out, the colspans are unnecessary when only the top of the form is visible but other rows make the colspans necessary.
Attachments
example of the problem
(2.98 KB, text/html)
2009-09-20 02:59 PDT
,
Rod
no flags
Details
Attached from kiravi on latest chrome dev branch.
(25.07 KB, image/png)
2012-01-29 14:01 PST
,
kiravi
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
kiravi
Comment 1
2012-01-29 13:55:05 PST
Even I find tables are not rendeded right in chrome. Using the lastest chrome dev build as of today. 18.0.1017.2
kiravi
Comment 2
2012-01-29 14:01:14 PST
Created
attachment 124470
[details]
Attached from kiravi on latest chrome dev branch. This is the file that depicts the issue. Opera renders is right in the latest 12.0 branch. So does Firefox
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug