bug 24880 colspan/rowspan=0 handling, bug 22122 handle *0 proportional width; r=kmcclusk.

This commit is contained in:
karnaze@netscape.com
2000-02-01 03:23:29 +00:00
parent 819a8834c3
commit ae130de1c4
18 changed files with 676 additions and 854 deletions

View File

@@ -826,7 +826,7 @@ PRBool BasicTableLayoutStrategy::AssignPreliminaryColumnWidths(nsIPresContext* a
// override the desired, proportional widths
nscoord colMinWidth = colFrame->GetWidth(MIN_CON);
colFrame->SetWidth(DES_CON, colMinWidth);
colFrame->SetWidth(MIN_PRO, colMinWidth);
colFrame->SetWidth(MIN_PRO, 0);
}
}
}