Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Issue 488183003: Multi-column properties in a flexbox hide its content (Closed)

Created:
6 years, 4 months ago by harpreet.sk
Modified:
5 years, 7 months ago
CC:
blink-reviews, blink-reviews-rendering, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr., rune+blink, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -1 line) Patch
A LayoutTests/css3/flexbox/flexbox-with-multi-column-property.html View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
A LayoutTests/css3/flexbox/flexbox-with-multi-column-property-expected.html View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
harpreet.sk
ptal...
6 years, 4 months ago (2014-08-21 16:44:57 UTC) #1
mstensho (USE GERRIT)
multi-column misspelled as "muti-column" in the file names. Also: would it be an idea to ...
6 years, 4 months ago (2014-08-21 20:11:51 UTC) #2
cbiesinger
On 2014/08/21 20:11:51, mstensho wrote: > multi-column misspelled as "muti-column" in the file names. > ...
6 years, 4 months ago (2014-08-21 20:50:47 UTC) #3
harpreet.sk
On 2014/08/21 20:11:51, mstensho wrote: > multi-column misspelled as "muti-column" in the file names. > ...
6 years, 4 months ago (2014-08-22 11:31:22 UTC) #4
mstensho (USE GERRIT)
Sorry, I forgot to remark that a reftest that doesn't really make any assumptions about ...
6 years, 4 months ago (2014-08-22 11:52:34 UTC) #5
harpreet.sk
Modified layout test. PTAL https://codereview.chromium.org/488183003/diff/40001/LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property.html File LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property.html (right): https://codereview.chromium.org/488183003/diff/40001/LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property.html#newcode14 LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property.html:14: <div>This text should be displayed</div> ...
6 years, 4 months ago (2014-08-22 12:43:44 UTC) #6
mstensho (USE GERRIT)
non-owner lgtm
6 years, 4 months ago (2014-08-22 13:02:17 UTC) #7
harpreet.sk
Owner's please give lgtm
6 years, 4 months ago (2014-08-22 13:18:37 UTC) #8
rune
lgtm with nits. The description lines look kinda short? (better than too long, of course). ...
6 years, 4 months ago (2014-08-22 13:25:09 UTC) #9
harpreet.sk
nits incorporated and description lines made little long. https://codereview.chromium.org/488183003/diff/60001/LayoutTests/css3/flexbox/flexbox-with-multi-column-property-expected.html File LayoutTests/css3/flexbox/flexbox-with-multi-column-property-expected.html (right): https://codereview.chromium.org/488183003/diff/60001/LayoutTests/css3/flexbox/flexbox-with-multi-column-property-expected.html#newcode2 LayoutTests/css3/flexbox/flexbox-with-multi-column-property-expected.html:2: <html> ...
6 years, 4 months ago (2014-08-22 14:31:04 UTC) #10
harpreet.sk
The CQ bit was checked by harpreet.sk@samsung.com
6 years, 4 months ago (2014-08-22 14:31:34 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/harpreet.sk@samsung.com/488183003/80001
6 years, 4 months ago (2014-08-22 14:32:34 UTC) #12
commit-bot: I haz the power
6 years, 4 months ago (2014-08-22 15:10:44 UTC) #13
Message was sent while issue was closed.
Committed patchset #5 (80001) as 180776

Powered by Google App Engine
This is Rietveld 408576698