New issue
Advanced search Search tips

Issue 634344 link

Starred by 4 users

Issue metadata

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



Sign in to add a comment

Soft keyboard next button does not put text input focus on webview properly

Reported by edba...@blackberry.com, Aug 4 2016

Issue description

Steps to reproduce the problem:
1. Have an app with an edittext field and webview that is contenteditable
2. Put focus on the edittext field and use soft keyboard next button to move focus to the webview
3. Focus moves from the edittext field, keyboard stays up but no cursor is shown in the webview and keyboard input does not appear in either the edittext field or the webview

What is the expected behavior?
Should be able to use the soft keyboard next button to move focus from an edittext field to the webview

What went wrong?
Focus moves from the edittext field, keyboard stays up but no cursor is shown in the webview and keyboard input does not appear in either the edittext field or the webview.

However if the webview gets focus from touch at any point then the next button is able to move focus from the edittext field to the webview.

Did this work before? N/A 

Chrome version: 52.0.2743.82  Channel: n/a
OS Version: 6.0.1
Flash Version: Shockwave Flash 22.0 r0

Attached simple test case apk and source code to reproduce the problem described
 
webview.apk
1.6 MB Download
Webview.zip
1.1 MB Download
Components: -UI Mobile>WebView

Comment 4 by ti...@chromium.org, Aug 10 2016

Owner: paulmiller@chromium.org
Status: Assigned (was: Unconfirmed)
Reproduced with Nexus 6P, Android N (angler-userdebug 7.0 NRD90) and WebView 54.0.2818.0.

See attached video. The first press to Tab Stop keyboard button does not move the focus to the WebView element. However, if you press on WebView first and let it have the input focus, and then repeat the exercise, then the focus moves to WebView, back to where it was.

Paul, please help triage. I'm not sure whether this is a bug or actually expected behavior.
focus.mp4
2.4 MB View Download

Sign in to add a comment