microsoft / tabster

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

feat(Groupper): Moving isIgnoredInput from Mover to utils and reusing it from Groupper. #330

Open mshoho opened 9 months ago

mshoho commented 9 months ago

We have isIgnoredInput() that is used to check if Mover needs to handle a key press or not for particular states of the currently focused elements. Reusing this routine for Groupper too and improving the handling logic.

bsunderhus commented 9 months ago

@mshoho are you going to add some tests for the InputChecker?