New issue
Advanced search Search tips

Issue 771417 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

table with borders reports wrong height to flexbox

Project Member Reported by dgro...@chromium.org, Oct 3 2017

Issue description

An outer flexbox has the wrong height when holding a table with a large border.

Blink's behavior changed between 61 and r505840 but neither is correct. See attached screenshots. Edge and FF agree.

https://jsfiddle.net/dgrogan/z513qwpk/

#flexbox {
  outline: 1px solid lime;
}
table {
  outline: 3px solid blue;
}
td {
  border: 20px solid grey;
}

<div id="flexbox" style="display:flex">
  <table style="border-collapse:collapse">
    <td>Some text</td>
  </table>
</div>
After
 
table_flexbox_ToT_r505840.png
2.7 KB View Download
table_flexbox_chrome_61.png
2.9 KB View Download
table_flexbox_edge_firefox.png
3.0 KB View Download
Project Member

Comment 1 by sheriffbot@chromium.org, Oct 4

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: Available (was: Untriaged)
Still reproduces in chrome 69

Sign in to add a comment