New issue
Advanced search Search tips

Issue 798979 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Feb 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

[css-multicol] Intrinsic width is not recomputed when column-gap changes

Project Member Reported by r...@igalia.com, Jan 4 2018

Issue description


Open the attached example, it has a multicol container
with 2 columns of 100px each one, and initially a gap of 100px too.
The multicol container is floated so its size is 300px initially.

Then if for example you modify the "column-gap" property to "0px",
the multicol container still has 300px width,
but it should have changed to 200px.

This works fine in Firefox, Safari and Edge.
 
multicol-intrinsic-width-change-column-gap.html
362 bytes View Download
multicol-intrinsic-width-change-column-gap.png
7.5 KB View Download
Owner: mstensho@chromium.org
Status: Assigned (was: Untriaged)
Already works in LayoutNG, though. B-)

Comment 2 by r...@igalia.com, Jan 4 2018

Oops, I didn't check LayoutNG. Then I guess it's not really important, the same for #798983.
Status: Fixed (was: Assigned)
I'll just close this. It's not likely that it will be fixed in legacy layout, and it already works in LayoutNG.

Sign in to add a comment