New issue
Advanced search Search tips

Issue 723618 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

SyntheticGestureTargetAndroid missing mouse support

Project Member Reported by tdres...@chromium.org, May 17 2017

Issue description

We currently can't synthesize mouse input on Android.

See SyntheticGestureTargetAndroid::DispatchWebMouseEventToPlatform.

MouseLatencyBrowserTest.MouseDownAndUpRecordedWithoutSwap is an example of a test which is currently disabled on Android due to this.
 
Components: Blink>Input
Owner: mustaq@chromium.org
Status: Assigned (was: Untriaged)
Mustaq you added the mouse support to Android. Can you fix this issue so it works correctly?

We should just be able to inject the correct motion event.

Comment 2 by mustaq@chromium.org, May 17 2017

This should be straight-forward, first need to add few SyntheticGestureTargetAndroid actions for mouse.

Wondering why the enum is there in the first place?  Is there anything more than just namespace separation between SyntheticGestureTargetAndroid actions and motion_event.h actions?

Sign in to add a comment