зеркало из https://github.com/mozilla/gecko-dev.git
Bug 923081 - Dont run contextmenu timer for remote events
This commit is contained in:
Родитель
986245e7be
Коммит
1108917d24
|
@ -1593,7 +1593,7 @@ nsEventStateManager::CreateClickHoldTimer(nsPresContext* inPresContext,
|
|||
nsIFrame* inDownFrame,
|
||||
WidgetGUIEvent* inMouseDownEvent)
|
||||
{
|
||||
if (!inMouseDownEvent->mFlags.mIsTrusted)
|
||||
if (!inMouseDownEvent->mFlags.mIsTrusted || IsRemoteTarget(mGestureDownContent))
|
||||
return;
|
||||
|
||||
// just to be anal (er, safe)
|
||||
|
|
Загрузка…
Ссылка в новой задаче