Descriptionaura: Do not synthesize a mouse-move event during a drag.
Synthesizing a mouse-move event during a drag can cause an inconsistent sequence
of events to be dispatched (e.g. pressed, dragged, dragged, moved, dragged ...
released). So do not synthesize mouse-move events when a drag is in progress. The
alternate is to synthesize mouse-dragged event instead of a mouse-move event, but
in multi-display/multi-host setting, the wrong dispatcher may end up synthesizing
the event. So avoid doing that.
BUG=389424, 369247, 366096
R=oshima@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282805
Patch Set 1 #Patch Set 2 : test #
Messages
Total messages: 3 (0 generated)
|