vakata / jstree

jquery tree plugin
http://jstree.com
MIT License
5.15k stars 1.38k forks source link

Accessibility: Keyboard access not longer work with Screen Reader turned on #2553

Closed binglingdong closed 1 year ago

binglingdong commented 3 years ago

Before turning on the screen reader, I am able to access the treeview by using arrow keys. After I turned on my screen reader (JAWS and NVDA):

  1. The down arrow key only announces the next treeitem but does not set focus onto that item.
  2. The right arrow key does not expand the tree group. Instead, it will start reading the treeitem one character at a time. After reading all of the characters, it will go out of the treeview.

This happens both with IE and Chrome. I am using jsTree version 3.3.8.

vakata commented 1 year ago

There were quite a few changes to a11y since 3.3.8 - try 3.3.13 when it is out later today.