Bug 302959 If the a element in the legend element got focus, the ancestor table width is broken r+sr=dbaron, a=benjamin

This commit is contained in:
masayuki%d-toybox.com 2005-08-02 14:58:55 +00:00
Родитель b4b135ad4d
Коммит 5a4f69b58c
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -362,8 +362,11 @@ nsFieldSetFrame::Reflow(nsPresContext* aPresContext,
}
}
// if dirty then check dirty flags
if (reason == eReflowReason_Dirty) {
if (aDesiredSize.mFlags & NS_REFLOW_CALC_MAX_WIDTH) {
reflowLegend = PR_TRUE;
reflowContent = PR_TRUE;
} else if (reason == eReflowReason_Dirty) {
// if dirty then check dirty flags
if (GetStateBits() & NS_FRAME_IS_DIRTY) {
reflowLegend = PR_TRUE;
reflowContent = PR_TRUE;