New issue
Advanced search Search tips

Issue 609674 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: May 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug

Blocking:
issue 178369



Sign in to add a comment

border collapsing -- table width is wrong when script changes row border

Project Member Reported by dgro...@chromium.org, May 6 2016

Issue description

https://jsfiddle.net/dgrogan/odmzzwdz/

<table style="border-collapse:collapse; border:1px solid blue" >
    <tr style="border:18px solid yellow" id="row">
        <td style="border:2px solid lime" />
    </tr>
    <tr>
        <td/>
    </tr>
</table>

Table is 86px wide. But changing #row's border to 4px leaves the table at 86px wide instead of changing to 58px.

Edge gets it right. Chrome and FF get it wrong in different ways.

Found while looking at fast/table/border-collapsing/cached-change-row-border-width.html
 
Status: Fixed (was: Started)

Sign in to add a comment