DescriptionAdjust column rows' height better for their offset in the multicol container.
We were missing the case where the first object in a multicol container was a
spanner (the call to previousSiblingMultiColumnSet() should have been
previousSiblingMultiColumnBox(), to catch spanner placeholders in addition to
column sets).
But instead of having a special code path depending on whether we're dealing
with the first box or not (to avoid subtracting the multicol container's top
border and padding from an uncalculated logical top of a column set), always
subtract the margin top edge of the first column box instead.
R=leviw@chromium.org
Committed: https://crrev.com/86d53e7bdc322fb562163695c0f37ac671977a4b
Cr-Commit-Position: refs/heads/master@{#371661}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 8 (2 generated)
|