[Webkit-unassigned] [Bug 225343] [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:38:40 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=225343

--- Comment #1 from Felipe Erias <felipeerias at igalia.com> ---
RenderFlexibleBox::adjustChildSizeForMinAndMax() returns the wrong width for the child table because it ends up using the min-width value directly.

Using the child's minPreferredLogicalWidth() would return the right value in this case, but I haven't yet found a way to do that without causing other tests to fail.

-- 
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/8a908171/attachment.htm>


More information about the webkit-unassigned mailing list