[Webkit-unassigned] [Bug 97747] Flexbox resolves "min-width:auto" to the "width" value, if it's set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 18:11:04 PDT 2012


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


Daniel Holbert <dholbert at mozilla.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Flexbox resolves            |Flexbox resolves
                   |"min-width:auto"            |"min-width:auto" to the
                   |                            |"width" value, if it's set




--- Comment #1 from Daniel Holbert <dholbert at mozilla.com>  2012-09-26 18:11:31 PST ---
(sorry, accidentally bumped "enter" key while typing bug summary & filed bug prematurely)

The flexbox spec says that "min-width:auto" on a flex item is supposed to resolve to the min-content width.

However, when there's a "width" property-value specified on the item, webkit appears to be clamping to that width, instead of to the min-content width.

Testcases coming up.

-- 
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