NEW 169996
Wrong container width computation for table with `table-layout: fixed;`
https://bugs.webkit.org/show_bug.cgi?id=169996
Summary Wrong container width computation for table with `table-layout: fixed;`
Viktor
Reported 2017-03-22 23:26:58 PDT
Created attachment 305169 [details] Bug: wrong table width cumputation I found this problem in Chromium and could reproduce it in actual Safari version. Steps to reproduce the problem: Open https://jsfiddle.net/do2Lcvqr/ or attached file. Or: 1. Create inline-block element with `overflow: auto;` 2. Put a table with `table-layout: fixed;` and `width` inside 3. You can see a scrollbar What is the expected behavior? Table is wrapped by container, their borders adjoin each other, no scrollbar shown. What went wrong? Chrome doesn't compute width of the outer block correctly and showes a scrollbar. Did this work before? N/A Does this work in other browsers? Yes Blink — OK Firefox — OK IE11, Edge — OK
Attachments
Bug: wrong table width cumputation (729 bytes, text/html)
2017-03-22 23:26 PDT, Viktor
no flags
Brent Fulgham
Comment 1 2022-07-15 11:19:21 PDT
Chrome and Firefox show the same table width and computed table width as Safari, but correctly lack a horizontal scrollbar.
Radar WebKit Bug Importer
Comment 2 2022-07-15 11:19:31 PDT
Note You need to log in before you can comment on or make changes to this bug.