New issue
Advanced search Search tips

Issue 590841 link

Starred by 0 users

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug

Blocking:
issue 583688



Sign in to add a comment

PointerProperties.pointerType is not set in touch events fired using developer tools

Project Member Reported by nzolghadr@chromium.org, Feb 29 2016

Issue description

Using Chrome developer console switch the screen to a touch screen device and go to this page:

http://navidzolghadr.github.io/web-platform-tests/pointerevents/pointerevent_pointerleave_touch-manual

The type of the pointer event is "" because the original event didn't have the correct type.
 
I investigated that function. That part doesn't get run in this scenario. Not sure where else to look for this.
Blocking: 583688
Owner: nzolghadr@chromium.org
Status: Assigned (was: Available)
Summary: PointerProperties.pointerType is not set in touch events fired using developer tools (was: pointerProperties.pointerType in touch events from developer console is not set)
Project Member

Comment 5 by bugdroid1@chromium.org, Mar 1 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/8822f1884b81370ff2f0a44b33a22e9869514d7f

commit 8822f1884b81370ff2f0a44b33a22e9869514d7f
Author: nzolghadr <nzolghadr@chromium.org>
Date: Tue Mar 01 21:20:43 2016

Set pointer type for the emulated touch events

Set pointerType of emulated touch points that are generated from
mouse events in dev tools.

BUG= 590841 

Review URL: https://codereview.chromium.org/1748103002

Cr-Commit-Position: refs/heads/master@{#378560}

[modify] https://crrev.com/8822f1884b81370ff2f0a44b33a22e9869514d7f/content/browser/renderer_host/input/touch_emulator.cc

Status: Fixed (was: Assigned)
Project Member

Comment 7 by bugdroid1@chromium.org, Mar 2 2016

Labels: Merge-Merged-master1
The following revision refers to this bug:
  https://chrome-internal.googlesource.com/bling/chromium.git/+/8822f1884b81370ff2f0a44b33a22e9869514d7f

commit 8822f1884b81370ff2f0a44b33a22e9869514d7f
Author: nzolghadr <nzolghadr@chromium.org>
Date: Tue Mar 01 21:20:43 2016

Sign in to add a comment