New issue
Advanced search Search tips

Issue 878510 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

input.click() does not work in an onpointerdown event

Reported by jerbear3...@gmail.com, Aug 28

Issue description

Steps to reproduce the problem:
1. Create an input with "type=color"
2. Trigger a onpointerdown event (place finger on screen)
3. Call input.click() inside event

What is the expected behavior?
The color picker dialog should pop up

What went wrong?
input.click() does nothing. Not even an error message in DevTools.

Did this work before? N/A 

Chrome version: 68.0.3440.91  Channel: stable
OS Version: 9
Flash Version: n/a

Works just fine using an ontouchstart event
 
Labels: Needs-triage-Mobile
Components: -Blink Blink>Forms>Color
Components: Blink>Input
Status: Untriaged (was: Unconfirmed)
Confirmed.

https://jsfiddle.net/int32_t/57tez2gd/6/
On Desktop, clicking [Pointerdown] by a mouse opens a color chooser.
On Android, touching [Pointerdown] on a touch screen doesn't open a color chooser.

Cc: chelamcherla@chromium.org
Labels: Target-70 M-70 Triaged-Mobile FoundIn-70
Tested the issue in Android and able to reproduce the issue. 

Steps Followed:
1. Navigated to https://jsfiddle.net/int32_t/57tez2gd/6/
2. Clicked on Pointerdown, no color chooser is opened.

Chrome versions tested:
60.0.3072.0, 68.0.3440.91 , 70.0.3537.0(Latest canary)

OS:
Android 9

Android Devices:
Pixel 2 XL

Issue is seen from M-60 older builds. Hence considering this issue as Non-Regression and marking as Untriaged.

Please navigate to below link for log's  --
go/chrome-androidlogs/878510

Thanks!

Status: Available (was: Untriaged)

Sign in to add a comment