New issue
Advanced search Search tips

Issue 867190 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

textInput event is not fired on input element when character is typed after a forward slash

Reported by vinceh...@gmail.com, Jul 24

Issue description

Steps to reproduce the problem:
1. Bind textInput event to a control.
2. Enter any key after a forward slash.

What is the expected behavior?
The 'textInput' event should be fired.

What went wrong?
The event is not fired.  
This only happens on Chrome for Android.  
This works correctly in other browsers, including Chrome for Windows.
This only appears to happen after a forward slash, although I have not done extensive testing.

Did this work before? N/A 

Chrome version: 67  Channel: stable
OS Version: 8
Flash Version: 

I have made a codepen demonstrating this issue.
https://codepen.io/vincehunt/pen/qymPqb

To reproduce, set caret to any part of the input and press a key.  The keydown, textInput and input events are all fired.
Place the caret after the forward slash, and press a key.  Only the keydown and input events are fired.
 
When testing on Chrome for Android, use the following to show the codepen in fullscreen mode:
https://codepen.io/vincehunt/full/qymPqb
Labels: Needs-triage-Mobile
Cc: chelamcherla@chromium.org
Components: UI>Input>Text
Labels: Target-70 M-70 Triaged-Mobile FoundIn-70
Status: Untriaged (was: Unconfirmed)
Tested this issue on Android and able to reproduce this issue.

Steps Followed:
1.Launched chrome , Navigated to https://codepen.io/vincehunt/full/qymPqb
2.Place the caret after the forward slash, and pressed a key -- observed only the keydown and input events are fired

Chrome versions tested:
 60.0.3072.0, 67.0.3396.87(stable) ; 70.0.3501.0(canary)

OS:
Android 9.0

Android Devices:
Pixel 2 XL

This seems to be a Non-Regression issue as same behavior is seen from M-60 builds. Leaving the issue as Untriaged  for further input's on this issue.

Please navigate to below link for log's --
go/chrome-androidlogs/867190
 
Thanks!
Components: -Blink Blink>Editing
Components: -Blink>Editing
Remove Blink>Editing since this is Android keyboard issue instead of Blink.
Could you try to this with hardware keyboard to identify this issue is on software keyboard or input method framework issue.

Sign in to add a comment