DescriptionAvoid stretching the parent of a column spanner.
We used to stretch the parent of a spanner, so that it would take up all
remaining space in the last column, to make sure that column content after the
spanner wouldn't bleed into the column preceding the spanner.
This stretching (a kludge, really) was problematic, especially if the parent
had fixed height, which would override the stretching. This would lead to
broken layout, and even assertion failures.
Instead, deal with the fact that the last column may be shorter than the
others. We don't want this for paged overflow, though, or it'd be impossible to
scroll the last page completely into view.
BUG=499706
R=dsinclair@chromium.org,jchaffraix@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197392
Patch Set 1 #Patch Set 2 : Update unit tests that used to test the container stretching mechanism #Messages
Total messages: 5 (1 generated)
|