You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setCloseable(boolean closeable) feature of the Dialog component exhibits inconsistent behavior across various classes in the repository. Depending on the class, the dialog closure triggered by either the ESC key or clicking outside the dialog does not work as expected.
Expected Behavior
For all classes implementing the setCloseable(true) feature, the dialog should close when:
The ESC key is pressed.
The user clicks outside the dialog.
Actual Behavior
Some dialogs fail to close with the ESC key or when clicking outside, even with setCloseable(true) configured.
The text was updated successfully, but these errors were encountered:
The
setCloseable(boolean closeable)
feature of the Dialog component exhibits inconsistent behavior across various classes in the repository. Depending on the class, the dialog closure triggered by either the ESC key or clicking outside the dialog does not work as expected.Expected Behavior
For all classes implementing the
setCloseable(true)
feature, the dialog should close when:Actual Behavior
Some dialogs fail to close with the ESC key or when clicking outside, even with
setCloseable(true)
configured.The text was updated successfully, but these errors were encountered: