Skip to content

isDialogOpen in trackRanking function has inconsistent state when switching between dialog actions #761

Description

@kirangadhave

Steps to reproduce

  1. Open the lineup column dialog box
  2. Switch between different options like filtering, sorting, etc.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions