Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.2
-
C7 + 92_201103 Subcon (020.029) + Split view SHA fffa36c89f97988a703a28b42c90bda4cc747a2e
-
dfd1d7f8a5fd35e9ec6e99a55aed3616194d3f96
Description
Preconditions:
Application includes QMainWindow with many QWidgets: QLineEdit (top of the screen), QPlainTextEdit, QSpinBox, QDateTimeEdit (bottom of the screen).
View is on portrait orientation.
Position of the QWidgets: bottom of the screen or fullscreen.
Test steps:
1. Tap the QDateTimeEdit on bottom of the screen.
-> split view is opened on portrait orientation.
2. Change the focus to QSpinBox.
Expected result:
QSpinBox is focused on split view. No background application is visible.
Actual result:
QSpinBox is focused on split view. Background application comes visible to split view screen area.