зеркало из https://github.com/mozilla/pjs.git
Added invalidate of the cell map as well, since we don't know what has changed
This commit is contained in:
Родитель
af9e76ad65
Коммит
fe01c4728f
|
@ -2982,6 +2982,8 @@ NS_METHOD nsTableFrame::IR_TargetIsMe(nsIPresContext& aPresContext,
|
|||
break;
|
||||
|
||||
case nsIReflowCommand::ReflowDirty:
|
||||
// Problem is we don't know has changed, so assume the worst
|
||||
InvalidateCellMap();
|
||||
InvalidateFirstPassCache();
|
||||
InvalidateColumnCache();
|
||||
InvalidateColumnWidths();
|
||||
|
|
|
@ -2982,6 +2982,8 @@ NS_METHOD nsTableFrame::IR_TargetIsMe(nsIPresContext& aPresContext,
|
|||
break;
|
||||
|
||||
case nsIReflowCommand::ReflowDirty:
|
||||
// Problem is we don't know has changed, so assume the worst
|
||||
InvalidateCellMap();
|
||||
InvalidateFirstPassCache();
|
||||
InvalidateColumnCache();
|
||||
InvalidateColumnWidths();
|
||||
|
|
Загрузка…
Ссылка в новой задаче