This commit is contained in:
hyatt%netscape.com 2000-08-07 07:55:10 +00:00
Родитель 13ef87a1f9
Коммит 4e91f2e474
2 изменённых файлов: 10 добавлений и 0 удалений

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

@ -8475,6 +8475,11 @@ nsCSSFrameConstructor::ContentInserted(nsIPresContext* aPresContext,
state.mFixedItems.childList);
}
}
nsCOMPtr<nsIBindingManager> bm;
mDocument->GetBindingManager(getter_AddRefs(bm));
bm->ProcessAttachedQueue();
// otherwise this is not a child of the root element, and we
// won't let it have a frame.

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

@ -8475,6 +8475,11 @@ nsCSSFrameConstructor::ContentInserted(nsIPresContext* aPresContext,
state.mFixedItems.childList);
}
}
nsCOMPtr<nsIBindingManager> bm;
mDocument->GetBindingManager(getter_AddRefs(bm));
bm->ProcessAttachedQueue();
// otherwise this is not a child of the root element, and we
// won't let it have a frame.