microsoft / tabster

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

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

Closed mshoho closed 2 months ago

mshoho commented 2 months ago

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