Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.7.2
-
C7 + 92_201103 Subcon (020.029) + Split view SHA eac1bacf143b36a3b07b6877921d06e2d455d925
-
136529e60bd92de88353035b9d1282e6a46e251e
Description
Preconditions:
QTabWidget includes many QLineEdits on tab (tested with 3 QLineEdits). QLineEdits are vertically centered on the screen and only one of the QLineEdits fit into split view area (= 1 QLineEdit is almost outside of split view area and 1 is completely outside split view area). Screen is on portrait mode.
- tested with TabWidget test application. Select Many widgets on tab - Three line edits - position: center.
Test steps:
1. Tap the second QLineEdit (=almost outside of split view area)
Expected result:
Split view is opened and focused QLineEdit is visible on the split view screen.
Actual result:
Split view is opened but focused QLineEdit is not visible. Only the QLineEdit that fits into split view area is visible on the split view. Scroll bar is not available on split view.