Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
5.15.2, 6.2.2
-
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
- resulted from
-
QTBUG-40691 Windows QPA plugin ignores the setting in InputMethodHints
- Closed