defect
A dialog can be maximized on the client side. If the page is then reloaded using F5, this property is lost and the dialog is displayed normally again. Furthermore, a dialog cannot be opened maximized initially.
The "maximized" property should also be carried over to the server side.
Open Dialog Maximized
If a dialog is added programmatically, it can now be opened maximized using
<dialogInfo openMaximized="true" />
to specify that the dialog should open maximized.
Test
-
- Go to Technical Demo > Dialogs
- Open "Dialog within a Dialog"
- Click the "Dialog within Dialog" button.
- Expected result: The dialog opens maximized.
- Press F5
- Expected result: The dialog remains maximized.
-
- Switch to Technical Demo > Dialogs
- Open "Dialog with Dialog"
- Press the "Change Dialog Maximization" button.
- Expected result: The dialog is maximized.
- Press F5
- Expected result: The dialog remains maximized.
- Press the "Change Dialog Maximization" button.
- Expected result: The dialog is no longer maximized.
- Press F5
- Expected result: The dialog box remains unmaximized.