min-width:auto on <table> flex item ends up being established by its own percent width
Categories
(Core :: Layout: Flexbox, defect)
Tracking
()
People
(Reporter: dholbert, Unassigned)
References
Details
STR:
EXPECTED RESULTS:
Probably none of the blue boxes should overflow the black box.
ACTUAL RESULTS:
The lower three blue boxes overflow their black containers.
Chrome gives EXPECTED RESULTS. Their behavior feels right to me - they're letting the flex item shrink below its specified width
(to a size that's still larger than its content size).
In contrast, we're using the specified width
in a way that ends up also establishing its content-size-suggestion for its automatic minimum size, I think.
Bug 1674302 might fix this, but I'm filing this separately for now (we can dupe later if appropriate).
Comment 1•4 years ago
|
||
Bug 1674302 fixed this. The specified percentage width of flex items in the jsfiddle is similar to table-item-flex-percentage-width.html. We should already have a good coverage on WPT.
Description
•