microsoft / tabster

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

fix(Mover): Excluding possible out of DOM order virtual children from Mover. #389

Closed mshoho closed 6 months ago

mshoho commented 6 months ago

Tabster supports custom getParent() function which allows virtual parentship. Here we make Mover to handle only real children. This fixes #374.