DescriptionInline flexbox width is wrongly calculated when wrapping vertically
Inline flexbox width is calculated wrongly when flow of flexbox is
column and flex-wrap property set to wrap or wrap-reverse. The width
is calculated as if inside elements were layed out horizontally.
This results in extra unnecessary space.
This patch fixes this bug by removing lines that set the
maxPreferredWidth with the assumptions that children of flex item
will be layed out horizontally and maxPrefferedWidth is set as
width of flex-item having maximum contribution.
BUG=247963
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178925
Patch Set 1 #
Total comments: 6
Patch Set 2 #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #Patch Set 6 : #
Total comments: 12
Patch Set 7 : Addressing comments of patch set 6 #
Total comments: 7
Patch Set 8 : Addressing comments of patch set 7 #Messages
Total messages: 16 (0 generated)
|