Stronger band-aid to prevent table splitting inside columns bug 362275 r/sr=roc

This commit is contained in:
bmlk@gmx.de
2007-01-21 17:51:33 +00:00
parent e591c12650
commit cc7c8c39e9
5 changed files with 6 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ nsHTMLReflowState::nsHTMLReflowState(nsPresContext* aPresContext,
mLineLayout = nsnull;
mFlags.mSpecialHeightReflow = PR_FALSE;
mFlags.mIsTopOfPage = PR_FALSE;
mFlags.mTableIsSplittable = PR_FALSE;
mFlags.mNextInFlowUntouched = PR_FALSE;
mFlags.mAssumingHScrollbar = mFlags.mAssumingVScrollbar = PR_FALSE;
mFlags.mHasClearance = PR_FALSE;