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
Seems like there should be a pretty direct way to gate this duplication on state under the covers.
najikahalsema
changed the title
[Bug]: dismissing an overlay twice, quickly, breaks the overlay system
[Bug]: dismissing an overlay twice, quickly, breaks the overlay in question
Oct 13, 2022
The overlay may not be prepared to accept a close event while it's awaiting a promise or some other async event... Should investigate the underlying cause and if this relates to the lifecycle of the component.
Code of conduct
Impacted component(s)
overlay,dialog
Expected behavior
Pressing escape N times, or clicking on an underlay N times, no matter how fast, does not impact the future behavior of overlays.
Actual behavior
Pressing escape twice or clicking on an underlay twice, quickly, can prevent future overlays from opening.
Screenshots
overlay-esc-bug.mov
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
Sample code that illustrates the problem
No response
Logs taken while reproducing problem
No response
The text was updated successfully, but these errors were encountered: