Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.7.2
-
C7 + 92_201102 Subcon + Split view SHA 51b601793189b1ea051fe71b0f851139f44ea167
-
540a1cff7fa134799b33d09a3b72e0c9d0c08b88
Description
Preconditions:
Application includes QTabWidget. Tab includes many text widgets: QTextEdit, QPlainTextEdit, QComboBox, QLineEdit. They are vertically centered.
Application is on portrait mode.
Test steps:
1. Tap the QLineEdit.
--> split view is opened and QLineEdit is focused. Qwerty keyboard is open.
2. Tap the QSpinBox above.
3. Tap the QPlainTextEdit above.
Actual result:
- After setp 2: Focus is changed to tapped QSpinBox. Background application flashes when the virtual keyboard layout is changed from qwerty to alphanumeric.
- After step 3: background application flashes shortly and then some extra menu comes visible with items like: Undo Ctrl+Z, Redo Ctrl+Y, Cut Ctrl + X etc. Press Cancel button --> Split view is visible again, QPlainTextEdit has focus. Extra lines are visible on status pane (note: there's separate error for that use case).