[Webkit-unassigned] [Bug 136041] Safari (WebKit) doesn't wrap element within flex when width comes below min-width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 16 01:01:34 PST 2016


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

Daniel <dliebner at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dliebner at gmail.com

--- Comment #10 from Daniel <dliebner at gmail.com> ---
This is a problem for me too.

"Safari uses min/max width/height declarations for actually rendering the size of flex items, but it ignores those values when calculating how many items should be on a single line of a multi-line flex container. Instead, it simply uses the item's `flex-basis` value, or its width if the flex basis is set to `auto`."

The resulting behavior in my case is that the flex items overflow their container. Safari *should* use the min- and max-width values when calculating how many items should be on a single line of a multi-line flex container.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161116/4aff0fce/attachment.html>


More information about the webkit-unassigned mailing list