[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:18:37 PDT 2012


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





--- Comment #2 from Daniel Holbert <dholbert at mozilla.com>  2012-09-26 18:19:03 PST ---
Created an attachment (id=165909)
 --> (https://bugs.webkit.org/attachment.cgi?id=165909&action=review)
testcase 1

This testcase has a block with:
        flex: 1 1 0px;
        width: 1000px;
inside of a 50px-wide flexbox. (with -webkit and -moz prefixes on flex properties)

I believe the "width: 1000px" there should have no effect. It's not used as the flex-base, clearly, because we have "0px" in the flex specification.  It's also not part of the block's min-content width, unless I'm misunderstanding what the spec authors had in mind with "min-content width".

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