Steps to reproduce:
- Go to https://codepen.io/Venkatesh-a11y/pen/OxZWdv
- As soon as page loads focus lands on edit field so hit ESC key to switch to browse mode.
- Hit M to move to the result frame.
- Now arrow down to both unordered and ordered list over there.
- Or hit L to navigate lists on the page.
Expected behavior:
NVDA should announce the aria-label before announcing the list item when focus enters list with quick key L or with down arrow otherwise context will miss for the users though specific context is described for each and every list with aria-label.
In the mentioned example, when user hits L NVDA should announce "list with two items here are the list of fruits I like bullet apples" and in the next hit of L it should announce "list with two items here are the list of vegetables I like one potato".
Actual Result:
NVDA doesn't announce the aria-label with quick key L or while arrowing down the list instead it announces the number of list items followed by the first list item directly.
In the mentioned example, NVDA announces "list with two items bullet Apples" and "list with two items one Potato" when focus enters lists.
System configuration:
NVDA Version: 2017.3, Installed
Other information:
OS version: Windows 10
Browser Versions: Firefox 56, Chrome 61, IE 11, Microsoft Edge 41
Tested with NVDA 2017.1 and 2017.2 also and the issue repro's.
Steps to reproduce:
Expected behavior:
NVDA should announce the aria-label before announcing the list item when focus enters list with quick key L or with down arrow otherwise context will miss for the users though specific context is described for each and every list with aria-label.
In the mentioned example, when user hits L NVDA should announce "list with two items here are the list of fruits I like bullet apples" and in the next hit of L it should announce "list with two items here are the list of vegetables I like one potato".
Actual Result:
NVDA doesn't announce the aria-label with quick key L or while arrowing down the list instead it announces the number of list items followed by the first list item directly.
In the mentioned example, NVDA announces "list with two items bullet Apples" and "list with two items one Potato" when focus enters lists.
System configuration:
NVDA Version: 2017.3, Installed
Other information:
OS version: Windows 10
Browser Versions: Firefox 56, Chrome 61, IE 11, Microsoft Edge 41
Tested with NVDA 2017.1 and 2017.2 also and the issue repro's.