зеркало из https://github.com/mozilla/gecko-dev.git
Bug 372237. Make DoDeletingFrameSubtree skip overflowOutOfFlow child lists since they contain out-of-flow frames. r+sr=dbaron
This commit is contained in:
Родитель
c09a0cd599
Коммит
0e7b37595e
|
@ -9317,6 +9317,7 @@ DoDeletingFrameSubtree(nsFrameManager* aFrameManager,
|
|||
childListName = aFrame->GetAdditionalChildListName(childListIndex++);
|
||||
} while (childListName == nsGkAtoms::floatList ||
|
||||
childListName == nsGkAtoms::absoluteList ||
|
||||
childListName == nsGkAtoms::overflowOutOfFlowList ||
|
||||
childListName == nsGkAtoms::fixedList);
|
||||
} while (childListName);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче