microsoft / tabster

Web Application Keyboard Navigation Tools
https://tabster.io
MIT License
118 stars 36 forks source link

feat(Groupper): Handling Esc asynchronously to give the app to react on Esc press. #331

Closed mshoho closed 9 months ago

mshoho commented 9 months ago

If the application moves focus when Esc is pressed, that means the keypress is handled already and Groupper should not interfere. This covers a part of the scenarios when we have a combobox or a popup inside that moves focus when the menu is closed.