Fix for 47635. r=ben

This commit is contained in:
hyatt%netscape.com 2000-08-07 07:55:10 +00:00
parent 13ef87a1f9
commit 4e91f2e474
2 changed files with 10 additions and 0 deletions

View File

@ -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.

View File

@ -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.