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 QSpinBoxes (tested with 4 spin boxes) on the tab screen area. SpinBoxes are located at top, bottom and center of the tab screen area, vertically centered.
Application is on portrait mode.
Test steps:
1. Tap the QSpinBox at the bottom of tab screen.
--> split view is opened and the focus is on tapped QSpinBox.
2. Tap the QSpinBox above.
--> focus is changed to tapped QSpinBox.
3. Tap the QSpinBox above.
--> focus is changed to tapped QSpinBox.
4. Tap the QSpinBox above.
Expected result:
Focus is changed to tapped QSpinBox.
Actual result:
Focus is changed to tapped QSpinBox. Background application is visible between the status pane and split view screen area.