mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 813277 - Unable to long-tap hold on the home-screen to invoke the wallpaper menu r=smaug
This commit is contained in:
parent
ce71c8bd00
commit
340359b404
@ -1927,6 +1927,9 @@ nsEventStateManager::FireContextClick()
|
||||
}
|
||||
}
|
||||
|
||||
nsIDocument* doc = mGestureDownContent->GetCurrentDoc();
|
||||
nsAutoHandlingUserInputStatePusher userInpStatePusher(true, &event, doc);
|
||||
|
||||
// dispatch to DOM
|
||||
nsEventDispatcher::Dispatch(mGestureDownContent, mPresContext, &event,
|
||||
nullptr, &status);
|
||||
|
Loading…
Reference in New Issue
Block a user