Popup work.

git-svn-id: svn://10.0.0.236/trunk@46748 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
1999-09-10 08:56:26 +00:00
parent af8ad559bb
commit dc9e632ede
8 changed files with 90 additions and 41 deletions

View File

@@ -1240,7 +1240,7 @@ nsWebShellWindow::CreatePopup(nsIDOMElement* aElement, nsIDOMElement* aPopupCont
nsString tagName;
nsCOMPtr<nsIDOMElement> popupSetElement = do_QueryInterface(popupSet);
popupSetElement->GetTagName(tagName);
if (tagName != "menupopupset")
if (tagName != "popupset")
return NS_OK;
// Now obtain the popup set frame.