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
When using a drawer or dialog (this may affect all pop-up style components), if there is a custom behavior added that causes the pop-up to not always close (think Are you sure? type of warnings), successive Escape clicks do not continue triggering the request close events. The escape click works as expected for the first time. After that, the Request Close event is not being trigger by successive escape clicks. Clicking the overlay or close button (X in the top right), will trigger a Request Close every time though.
To Reproduce
Use the codepen below.
Demo
Use this Codepen to see this bug demonstrated for both drawers and dialogs.
Screenshots
N/A.
Browser / OS
OS: macOS Sonoma 14.4
Browser: Chrome
Browser version: 130.0.6723.92
Additional information
I suspect this is related to this change introduced in version 2.13.0. This does not happen in version 2.12.0.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using a drawer or dialog (this may affect all pop-up style components), if there is a custom behavior added that causes the pop-up to not always close (think
Are you sure?
type of warnings), successiveEscape
clicks do not continue triggering the request close events. The escape click works as expected for the first time. After that, theRequest Close
event is not being trigger by successive escape clicks. Clicking the overlay or close button (X in the top right), will trigger aRequest Close
every time though.To Reproduce
Use the codepen below.
Demo
Use this Codepen to see this bug demonstrated for both drawers and dialogs.
Screenshots
N/A.
Browser / OS
Additional information
I suspect this is related to this change introduced in version 2.13.0. This does not happen in version 2.12.0.
The text was updated successfully, but these errors were encountered: