Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.2
-
C7 + 92_201103 Subcon (020.029) + Split view SHA a704e00e89a5e9f38a6ae60345d3608b7fa29686
-
41a557062a0c2e2bd9ac631d07842eec70c3324e, 49755b2baeba770547ce14d0c5e9115bd2c32c02
Description
Preconditions:
QDialog includes e.g. one QLineEdit. QDialog is small dialog i.e. not fullscreen or maximized.
View orientation is on portrait mode.
Test steps:
1. Tap the QLineEdit input area
--> split view is opened. QLineEdit is focused on split view.
2. Change virtaul keyboard mode from qwerty to alphanumeric (or vice versqa).
Expected result:
Virtual keyboard mode is changed and position of QLineEdit is not changed on split view screen area.
Actual result:
Virtual keyboard mode is changed. Position of QLineEdit 'jumps' to the top of split view screen area.
If split view is closed, the QLineEdit position is correct on application screen.