New issue
Advanced search Search tips

Issue 736909 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Can't simulate touch events on multiple displays

Project Member Reported by dmazz...@chromium.org, Jun 26 2017

Issue description

I'm building with target_os=chromeos and trying to debug issues with touch events on multiple displays.

For faster development I'm trying to do some debugging on my host, like this:

> chrome --touch-devices=9 --ash-host-window-bounds="801+0-800x800,0+0-800x800"

No matter which display I click in, the simulated touch event appears on the first display. I'm unable to send touch events to the second display.

When I don't use --touch-devices, mouse clicks work fine across both displays.

 

Comment 1 by rbyers@chromium.org, Jul 10 2017

Cc: -rbyers@chromium.org mustaq@chromium.org dtapu...@chromium.org sadrul@chromium.org
dave/mustaq: Does input-dev maintain the --touch-devices hack, or does input-dev just own/rely on the web platform emulation (devtools) and this lower-level UI emulation is something really only of interest to UI teams working in Aura/Views code?

Comment 2 by rbyers@chromium.org, Jul 10 2017

Components: Internals>Input>Touch>Screen

Sign in to add a comment