Bug 405719, temporary change to fix orange, will investigate

This commit is contained in:
enndeakin@sympatico.ca 2008-02-21 12:26:49 -08:00
parent 1ef7d873df
commit ba89e0c063

View File

@ -934,6 +934,10 @@ nsXULPopupManager::FirePopupShowingEvent(nsIContent* aPopup,
{
nsCOMPtr<nsIPresShell> presShell = aPresContext->PresShell();
if (aMenu)
aMenu->SetAttr(kNameSpaceID_None, nsGkAtoms::open,
NS_LITERAL_STRING("true"), PR_TRUE);
// XXXndeakin (bug 383930)
// eventually, the popup events will be a different event type with
// additional fields for the anchor node and position and so forth. This