Skip to content

The keyboard will disappear when switch focus on two TextField when secure keyboard is enabled  #68571

@ondev

Description

@ondev

On my login page, I have two TextField, one for username(obscureText: false,), one for password(obscureText: true,).

after finish the username input, I click in the password textfield, the keyboard will disappear even if the password textfield get the focus. It will appear when click again! Then, click username textfield again, the keyboard not appear also.

I have open the system secure keyboard:
To enable Secure Keyboard, go to [Settings] > [Additional Settings] > [Keyboard & Input Method] and toggle on [Use Secure Keyboard When Entering a Password].

If I close the system secure keyboard, everything is ok!!

this is my flutter doctor -v

[√] Flutter (Channel stable, 1.20.4, on Microsoft Windows [Version 10.0.18362.1082], locale zh-CN)

[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[√] Android Studio (version 3.5)
[√] IntelliJ IDEA Ultimate Edition (version 2018.3)
[√] Connected device (1 available)

Metadata

Metadata

Labels

P1High-priority issues at the top of the work lista: text inputEntering text in a text field or keyboard related problemsc: regressionIt was better in the past than it is nowe: device-specificOnly manifests on certain devicesengineflutter/engine related. See also e: labels.found in release: 1.22Found to occur in 1.22found in release: 1.23Found to occur in 1.23found in release: 1.24Found to occur in 1.24has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-androidAndroid applications specifically

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions