DescriptionMulti-column properties in a flexbox hide its content
In a flexbox if you set any of the multi-column properties (column-*)
the content of the flexbox is hidden.
According to the spec http://www.w3.org/TR/css3-flexbox/#propdef-flex
muti-column properties should be ignored:
"all of the column-* properties in the Multicol module have no
effect on a flex container."
This patch fixes this bug by adding a check in RenderBlock::requiresColumns
that columns are not required for Flexible box.
BUG=402124
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180776
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 2
Patch Set 4 #
Total comments: 4
Patch Set 5 : Incorporated nits #
Messages
Total messages: 13 (0 generated)
|