Steps to reproduce
- Open the lineup column dialog box
- Switch between different options like filtering, sorting, etc.
- The clue wrapper will set the
isDialogOpen to close, even though the dialog is still open.
Observed behavior
-
Any unexpected output or action (or lack of expected output or action)
After switching between dialog options, clue stops buffering the live preview actions.
-
Static or animated images showing the UI behavior
screen-recorder-thu-jul-28-2022-11-18-56.webm
Expected behavior
- clue wrapper should not change
isDialogOpen until the close or confirm button is clicked and the dialog has closed.
This can potentially be a lineup issue. Lineup shouldn't trigger the DIALOG_CLOSE event till the dialog actually closes.
Steps to reproduce
isDialogOpento close, even though the dialog is still open.Observed behavior
Any unexpected output or action (or lack of expected output or action)
After switching between dialog options, clue stops buffering the live preview actions.
Static or animated images showing the UI behavior
screen-recorder-thu-jul-28-2022-11-18-56.webm
Expected behavior
isDialogOpenuntil the close or confirm button is clicked and the dialog has closed.This can potentially be a lineup issue. Lineup shouldn't trigger the DIALOG_CLOSE event till the dialog actually closes.