mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 07:02:03 -08:00
Do not send DOM mouse events as synthesized
This commit is contained in:
parent
5ec48fdbe6
commit
e6e0d3b471
2 changed files with 3 additions and 3 deletions
|
|
@ -549,7 +549,7 @@ class PageAgent {
|
|||
false /*aIgnoreRootScrollFrame*/,
|
||||
0.0 /*pressure*/,
|
||||
0 /*inputSource*/,
|
||||
true /*isDOMEventSynthesized*/,
|
||||
false /*isDOMEventSynthesized*/,
|
||||
false /*isWidgetEventSynthesized*/,
|
||||
0 /*buttons*/,
|
||||
win.windowUtils.DEFAULT_MOUSE_POINTER_ID /* pointerIdentifier */,
|
||||
|
|
|
|||
|
|
@ -529,7 +529,7 @@ class PageHandler {
|
|||
false /* aIgnoreRootScrollFrame */,
|
||||
0.0 /* pressure */,
|
||||
0 /* inputSource */,
|
||||
true /* isDOMEventSynthesized */,
|
||||
false /* isDOMEventSynthesized */,
|
||||
false /* isWidgetEventSynthesized */,
|
||||
buttons,
|
||||
win.windowUtils.DEFAULT_MOUSE_POINTER_ID /* pointerIdentifier */,
|
||||
|
|
@ -583,7 +583,7 @@ class PageHandler {
|
|||
false /* aIgnoreRootScrollFrame */,
|
||||
0.0 /* pressure */,
|
||||
0 /* inputSource */,
|
||||
true /* isDOMEventSynthesized */,
|
||||
false /* isDOMEventSynthesized */,
|
||||
false /* isWidgetEventSynthesized */,
|
||||
buttons,
|
||||
win.windowUtils.DEFAULT_MOUSE_POINTER_ID /* pointerIdentifier */,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue