Bug 405719, temporary change to fix orange, will investigate
git-svn-id: svn://10.0.0.236/trunk@246220 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7d99f4c67c
commit
08bb9acc22
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user