bug 60807 - revised patch to handle 2 regression test cases.
git-svn-id: svn://10.0.0.236/trunk@92358 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -674,7 +674,12 @@ BasicTableLayoutStrategy::ComputeNonPctColspanWidths(PRInt32 aWidthInd
|
||||
}
|
||||
else { // FIX or DES_CON with LIMIT_NONE
|
||||
if (FIX == aWidthIndex) {
|
||||
availWidth -= pctTotal;
|
||||
if (autoDesTotal > 0) {
|
||||
availWidth -= pctTotal + fixTotal;
|
||||
}
|
||||
else if (fixTotal > 0) {
|
||||
availWidth -= pctTotal;
|
||||
}
|
||||
}
|
||||
else if (DES_CON == aWidthIndex) {
|
||||
availWidth -= pctTotal + fixTotal;
|
||||
|
||||
Reference in New Issue
Block a user