Bug 813277 - Unable to long-tap hold on the home-screen to invoke the wallpaper menu r=smaug

This commit is contained in:
Tim Taubert 2012-11-26 19:13:53 +01:00
parent ce71c8bd00
commit 340359b404

View File

@ -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);