Details
-
Bug
-
Resolution: Out of scope
-
P1: Critical
-
None
-
5.15.2, 6.2.2, 6.5.3, 6.6.3, 6.7.0
-
Windows 10 Pro 21H2, Microsoft Surface Pro 2
Description
See attached example and animated GIFs.
EDIT: Originally reported against Qt 5.15, but the same behaviour is observed on Qt 6.2. To run the example in Qt 6.2, add QQuickWindow::setGraphicsApi(QSGRendererInterface::OpenGL); before the Qt Quick code.
QLineEdit behaviour (Good):
- Upon launch, a single tap is sufficient to bring up the native virtual keyboard
- Activating a QLineEdit with password echo mode brings up the native virtual keyboard
TextInput behaviour (Bad):
- Upon launch, 2 taps are required to bring up the native virtual keyboard. (Note: The first attempt needs 2 taps; subsequent attempts only need 1 tap)
- Activating a TextInput with password echo mode fails to bring up the native virtual keyboard – it even CLOSES the native virtual keyboard if it's already open
Attachments
Issue Links
- is duplicated by
-
QTBUG-88367 Gnome virtual keyboard does not open with echoMode: TextInput.password
- In Progress
- relates to
-
QTBUG-128149 QquickWidget widget keeps focus while using touch events
- Reported
-
QTBUG-108449 Virtual keyboard does not appears until window focus changed to another application
- Closed
-
QTBUG-122892 Virtual keyboard hidden on TextInput with echoMode: TextInput.Password
- Closed
- resulted from
-
QTBUG-40691 Windows QPA plugin ignores the setting in InputMethodHints
- Closed