New issue
Advanced search Search tips

Issue 817443 link

Starred by 0 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Input.dispatchMouseEvent interprets x and y coordinates differently in OOPIF on Android vs desktop

Project Member Reported by johnchen@chromium.org, Feb 28 2018

Issue description

When a mouse event is dispatched to an OOPIF target through DevTools Input.dispatchMouseEvent command, the x and y coordinates for the event target are interpreted differently depending on the platform:

* On desktop, the x and y coordinates are interpreted relative to the upper-left corner of the frame.
* On Android, the coordinates are interpreted relative to the upper-left corner of the screen.

Not sure what's causing the difference, but the interpretation should be consistent on all platforms. This difference currently requires special casing in ChromeDriver.
 
Cc: -dgozman@chromium.org
Owner: dgozman@chromium.org
Status: Assigned (was: Untriaged)
Owner: einbinder@chromium.org

Sign in to add a comment