Details
-
Bug
-
Resolution: Out of scope
-
P1: Critical
-
4.7.2
-
C7 + 92_201102 Subcon + Split view SHA 51b601793189b1ea051fe71b0f851139f44ea167
Description
Preconditions:
QML application includes many text input fields, vertically centered.
Focus is on third text input field (middle of the application screen) and split view is open on portrait mode.
Test steps:
1. Change the focus to next text input field.
Expected result:
Focus is set to next text input field. Also the text input field below the current comes visible (so that user can type text to all input fields).
Actual result:
Focus is set to next text input field. Text input field below the current is not visible. Thus it's not possible to type text to all input field without closing the splt view.