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
In the yugabyted UI, it is not uncommon to encounter popup windows. One would expect these windows to close by pressing the Escape key, but it currently does not. Add that support.
The text was updated successfully, but these errors were encountered:
I had not encountered this in the general master or tserver UIs after having tried to for a bit. I have just tried Yugaware, and I am getting this behavior with expanding the maps and "Restore Backup" button.
… screen by calling the onHide callback.
Summary: Add document event listener on 'esc' key for the modal component.
Test Plan:
Try opening any modal, such as the new user introduction modal, full move confirm modal,
or region/zone selection modal when configuring a cloud provider. Confirm if pressing ESC closes the
modal on the screen.
Reviewers: ram, jason
Reviewed By: jason
Subscribers: ui
Differential Revision: https://phabricator.dev.yugabyte.com/D7973
In the
yugabyted
UI, it is not uncommon to encounter popup windows. One would expect these windows to close by pressing the Escape key, but it currently does not. Add that support.The text was updated successfully, but these errors were encountered: