Bug 1346166 - Set isHandlingUserInput = true when dispatching pointerdown and pointerup. r=smaug
This commit is contained in:
@@ -8071,6 +8071,8 @@ PresShell::HandleEventInternal(WidgetEvent* aEvent,
|
||||
}
|
||||
case eMouseDown:
|
||||
case eMouseUp:
|
||||
case ePointerDown:
|
||||
case ePointerUp:
|
||||
isHandlingUserInput = true;
|
||||
mPresContext->RecordInteractionTime(
|
||||
nsPresContext::InteractionType::eClickInteraction,
|
||||
|
||||
Reference in New Issue
Block a user