Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.3.2
-
None
-
Microsoft Surface Pro 2 128GB, Windows 10
-
-
12517742f (dev), 70e62d69e (6.6)
Description
import QtQuick Window { width: 640 height: 480 visible: true title: qsTr("Hello World") Rectangle { anchors.fill: parent TextEdit { id: textEdit anchors.fill: parent } } }
Start app
1. Press with touch at TextEdit -> virtual keyboard does not appears (BUG)
2. Press with touch outside application windows
3. Press with touch at TextEdit -> virtual keyboard appears (Expected)
Microsoft Surface Pro 2 128GB, Windows 10
Attachments
Issue Links
- relates to
-
QTBUG-107730 [REG 6.3.0->6.4.0] Windows 10 virtual keyboard doesn't appear on QSpinBox
- Reported
-
QTBUG-100223 Touchscreen: Discrepancy between QML TextInput and QLineEdit behaviour with Windows virtual keyboard
- Closed