Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.2
-
C7 + 92_201103 Subcon (020.029) + Split view SHA 41a557062a0c2e2bd9ac631d07842eec70c3324e
-
113ce2622e6f0fb28a08088ba73010bf7839ae3b, fffa36c89f97988a703a28b42c90bda4cc747a2e
Description
Preconditions:
Application includes QMainWindow with many QWidgets that supports text input. Tested with QLineEdit (top of screen), QPlainTextEdit, QSpinBox, QDateTimeEdit (bottom of screen),
Application is on landscape orientation and QWidgets are positioned to center or top of screen.
Note: error can also be reproduced on portrait orientation if QWidgets are fulfilling the whole application screen.
Test steps:
1. Tap the QSpinBox
--> split view is opened.
2. Move focus to QPlainTextEdit that is above the QSpinBox on split view screen.
Expected result:
Focused line is visible on split view screen.
Actual result:
Focused line cannot be seen, it's 'behind' the status pane area.