Don't do incremental reflow for now, because tables can't deal. Followup for

bug 378480, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@225073 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2007-04-26 05:33:34 +00:00
parent 644853499b
commit 7c3bc64daf

View File

@@ -203,7 +203,9 @@ nsSimplePageSequenceFrame::Reflow(nsPresContext* aPresContext,
aStatus = NS_FRAME_COMPLETE; // we're always complete
if (!(GetStateBits() & (NS_FRAME_IS_DIRTY | NS_FRAME_HAS_DIRTY_CHILDREN))) {
// Don't do incremental reflow until we've taught tables how to do
// it right in paginated mode.
if (!(GetStateBits() & NS_FRAME_FIRST_REFLOW)) {
// Return our desired size
aDesiredSize.height = mSize.height;
aDesiredSize.width = mSize.width;