Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15
-
None
-
e409ba186bcd670e7741740c410a32f35b1dbe2e (qt/qtvirtualkeyboard/dev) 51d0e4154a75a45740aa66849b289b7e630916aa (qt/qtvirtualkeyboard/5.15)
Description
The virtualkeyboard example has feature where it rotates the UI if the display is in portrait mode: https://code.qt.io/cgit/qt/qtvirtualkeyboard.git/tree/examples/virtualkeyboard/basic/basic-b2qt.qml#n47
This does not work correctly with the QtVirtualKeyboard, as the virtualkeyboard itself is not rotated and its placement and size in the screen is incorrect.
To reproduce, the basic example can be compiled for desktop with 'CONFIG+=disable-desktop' qmake argument. Use either physical display rotated to portrait mode or run with '-platform webgl' and resize browser window to mimic portrait display.
Attachments
Issue Links
- relates to
-
QTBUG-89360 QtKeyboard is not working with Qt 5.15.0 / Qt 5.15.1
- Reported
-
QTBUG-81605 Near impossible to rotate ApplicationWindow's contents 90 degrees (switch landscape -> portrait)
- Reported
- resulted from
-
QTBUG-56918 When the keyboard is shown for a text field in a modal popup then it will not be usable
- Closed