Bug 396799 Menus on the Application menu bar sometimes claim to be menuitems r=enndeakin, aaronleventhal sr=neil a=dsicore

This commit is contained in:
2007-11-21 22:14:39 -08:00
parent b458234b2b
commit 20a244877d
4 changed files with 15 additions and 13 deletions

View File

@@ -1539,7 +1539,7 @@ nsMenuPopupFrame::AttributeChanged(PRInt32 aNameSpaceID,
if (aAttribute == nsGkAtoms::menugenerated &&
mFrames.IsEmpty() && !mGeneratedChildren) {
PresContext()->PresShell()->FrameConstructor()->
AddLazyChildren(mContent, LazyGeneratePopupDone, nsnull);
AddLazyChildren(mContent, LazyGeneratePopupDone, nsnull, PR_TRUE);
}
return rv;