Bug 923081 - Dont run contextmenu timer for remote events

This commit is contained in:
Dale Harvey 2013-10-08 23:55:13 +02:00
Родитель 986245e7be
Коммит 1108917d24
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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