bug 10809, incremental reflow of nested tables now reflows children.

This commit is contained in:
karnaze@netscape.com
1999-07-29 23:19:52 +00:00
parent 72e231c360
commit ac0ec4c9a7
4 changed files with 10 additions and 4 deletions

View File

@@ -2166,6 +2166,10 @@ NS_METHOD nsTableFrame::Reflow(nsIPresContext& aPresContext,
aDesiredSize.maxElementSize->height = 0;
}
aStatus = NS_FRAME_COMPLETE;
if ((NS_UNCONSTRAINEDSIZE == aReflowState.availableWidth) &&
(this == (nsTableFrame *)GetFirstInFlow())) {
InvalidateFirstPassCache();
}
nsresult rv = NS_OK;