DescriptionRenderGrid needs to pop its LayoutState before relayout.
All other renderers do this, and so should RenderGrid. If the new
layout affects the presence of scrollbars (if overflow-[xy] is auto),
another layout pass may be required. Pushing two LayoutState objects
for the same object is unhealthy inside multicol, because the stack
in RenderFlowThread is implemented using a hash map, for some reason.
BUG=414456
R=chrishtr@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185577
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|