Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 4.7.2
-
Fix Version/s: None
-
Component/s: Widgets: Widgets and Dialogs
-
Labels:
-
Environment:C7 + 92_201107 Subcon (020.034) + Split view SHA dd18c70d5f55aa65d17f2e267e637d80a8b7e96c
-
Commits:3ad993b3cc94973641d31f032bad66c1873aea31, 9ca5418eb4c31eb596fdf91af65d3c43de1716a4
Description
Preconditions:
QTabWidget with one QLineEdit. View is on portrait orientation.
- Tested with TabWidgets test application:
- select 'one widget on tab', lineEdit tab. No need to change the default position of the widget (=middle of the screen).
Test steps:
1. Tap the QLineEdit text input field area.
-> split view is opened.
2. Change the orientation from portrait to landscape.
3. Close the split view.
Expected result:
After step 2: Focused text input field is visible on split view screen area.
After step 3: tab widget is displayed & positioned as it was before opening the split view.
Actual result:
After step 2: Focused text input field is not visible on split view screen area.
After step 3: tab widget position has moved downwards.