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 you try to close Overlay(drawer, dialog, alert, ...) with escape key, it will not succeed on the first render of the overlay. Next tries will work, but from accessibility perspective user may get stuck in the mentioned overlay.
You can try it out on the examples: https://blueprintjs.com/docs/#core/components/drawer
The problem is not present when lazy prop is set to false, so I guess that's a workaround until fixed.
The text was updated successfully, but these errors were encountered:
Environment
Problem
When you try to close Overlay(drawer, dialog, alert, ...) with escape key, it will not succeed on the first render of the overlay. Next tries will work, but from accessibility perspective user may get stuck in the mentioned overlay.
You can try it out on the examples: https://blueprintjs.com/docs/#core/components/drawer
The problem is not present when
lazy
prop is set tofalse
, so I guess that's a workaround until fixed.The text was updated successfully, but these errors were encountered: