Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.9.0, 6.9.1
Description
A minimal reproducer is attached.
It is a QWidget-based application (a single QTextEdit) that requests input method to be virtual keyboard. That is doable and allowed:
https://doc.qt.io/qt-6/qtvirtualkeyboard-deployment-guide.html#integration-method
And it works well in 6.8.3. But since 6.9.0, the internal QQuickView cannot find InputPanel.qml anymore. Run the reproducer and one will be greeted by:
qrc:/qt-project.org/imports/QtQuick/VirtualKeyboard/InputPanel.qml: No such file or directory
And the entire process is mostly frozen. Mouse interactions are not working anymore, but one can still type in using physical keyboard.
Attachments
Issue Links
- relates to
-
QTBUG-137923 [Reg 6.8.3->6.9.0] Virtual keyboard is totally broken because it depends on Qt MultiMedia
-
- Reported
-