Chromium Code Reviews
DescriptionFreeze auto scrollbars while calculating table row height.
The cause of the infinite layout is that calcRowLogicalHeight
forces a child layout without size overrides, which causes auto
vertical scrollbars to change, which sets preferred width dirty.
At the time that calcRowLogicalHeight runs, layout is clean, so
auto scrollbars should already be in a stable state.
BUG=644635
R=dgrogan@chromium.org,esprehn@chromium.org
Committed: https://crrev.com/172acf68063a6e6dee7b55edc3e6c19171d0bf5d
Cr-Commit-Position: refs/heads/master@{#417792}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 7 (2 generated)
|
||||||||||||||||||||||||||||