microsoft / tabster

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

fix(Groupper,Modalizer): Fixing async Esc handling when Groupper is combibed with Modalizer. #350

Closed mshoho closed 6 months ago

mshoho commented 6 months ago

When a Modalizer is combined with Groupper and Esc is pressed, we do standard Groupper behaviour of deactivating the Groupper and going to its container. This PR fixes lost focus when the Modalizer is multipart and one part of it is removed on Esc.