[Webkit-unassigned] [Bug 113222] REGRESSION(146272): Flex layout stretches image with max-wigth: 100% strangely

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 25 11:48:06 PDT 2013


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





--- Comment #4 from Tony Chang <tony at chromium.org>  2013-03-25 11:50:34 PST ---
As a work around, you can add min-width: 0 to the image.

The flexbox spec used to have a special min-width: auto that resolved to min-content, but since that resulted in unexpected behaviors most of the time, it got reverted.  See http://lists.w3.org/Archives/Public/www-style/2013Feb/0364.html for the discussion.  Bug 111790 is about going back to min-width: 0 as the default.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list