зеркало из https://github.com/mozilla/pjs.git
mark the whole table ofr bc recomputation if the rowgroups change bug 347796 r/sr=bzbarsky
This commit is contained in:
Родитель
86aeccbf85
Коммит
266c17bc35
|
@ -2622,6 +2622,11 @@ nsTableFrame::RemoveFrame(nsIAtom* aListName,
|
|||
mFrames.DestroyFrame(aOldFrame);
|
||||
}
|
||||
}
|
||||
// for now, just bail and recalc all of the collapsing borders
|
||||
if (IsBorderCollapse()) {
|
||||
nsRect damageArea(0, 0, PR_MAX(1, GetColCount()), PR_MAX(1, GetRowCount()));
|
||||
SetBCDamageArea(damageArea);
|
||||
}
|
||||
#ifdef DEBUG_TABLE_CELLMAP
|
||||
printf("=== TableFrame::RemoveFrame\n");
|
||||
Dump(PR_TRUE, PR_TRUE, PR_TRUE);
|
||||
|
|
Загрузка…
Ссылка в новой задаче