mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 405719, temporary change to fix orange, will investigate
This commit is contained in:
parent
1ef7d873df
commit
ba89e0c063
@ -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…
Reference in New Issue
Block a user