N00ts / vue3-treeview

a simple treeview in vue js 3
MIT License
73 stars 65 forks source link

keyboard navigation with screen reader NVDA #43

Open Wojtaszek104 opened 9 months ago

Wojtaszek104 commented 9 months ago

screen readers that meet the wcag conditions cannot fully use treeview because after expanding the tree, lower elements still have tabindex = -1, which makes it impossible to control and further expand the elements

N00ts commented 6 months ago

I'm affraid I will not have time soon to fix that bug, if you want you can create a PR and I will have a look at it :)