[Webkit-unassigned] [Bug 225343] New: [css-flexbox] Flexbox uses min-width property of table child instead of its effective size
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 4 00:34:31 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=225343
Bug ID: 225343
Summary: [css-flexbox] Flexbox uses min-width property of table
child instead of its effective size
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: felipeerias at igalia.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
Failing test:
imported/w3c/web-platform-tests/css/css-flexbox/table-as-item-fixed-min-width-3.html
A table inside a flex container claims to have a min-width of 50px, but actually its content will make it larger than that.
The flex algorithm uses that min-width when distributing the available space, which causes an error in layout when the table ends up taking up more space than expected.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210504/90d617fb/attachment.htm>
More information about the webkit-unassigned
mailing list