Alex-D / Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://alex-d.github.io/Trumbowyg
MIT License
3.99k stars 612 forks source link

Issue with screen reader and dropdown menu #1280

Open jabra1 opened 2 years ago

jabra1 commented 2 years ago

Is it possible to navigate to the menu items with a screen reader right after the dropdown menu opens?

Trumbowyg Accessibility

Alex-D commented 2 years ago

Should this be based on some tabindex or trap? Aka considering the dropdown as a modal and trap loop the tab inside the dropdown?

jabra1 commented 2 years ago

Would it be possible without trap loop?

Alex-D commented 2 years ago

Probably, yes ^^

jabra1 commented 2 years ago

Probably, yes ^^

Is it foreseeable when the issue can be fixed? :)