Bug 735579. Correctly handle changes to column widths in fixed-layout tables. r=ehsan

This commit is contained in:
Boris Zbarsky
2012-03-16 15:56:41 -04:00
parent a347a2f5ee
commit 0c6d4d066f
4 changed files with 46 additions and 1 deletions

View File

@@ -438,7 +438,7 @@ FixedTableLayoutStrategy::ComputeColumnWidths(const nsHTMLReflowState& aReflowSt
}
if (oldColWidths.ElementAt(col) != colFrame->GetFinalWidth()) {
mTableFrame->DidResizeColumns();
}
break;
}
}
}