-
Bug
-
Resolution: Incomplete
-
P4
-
8u40, 9
-
Windows 8, amd64
JAWS, Narrator
Reproducible: always
0. Turn on JAWS or Narrator
1. Download jar with accessibility test samples from https://wiki.se.oracle.com/download/attachments/46472587/Hello.jar
3. Execute listview demo by java -cp Hello.jar hello.HelloListView
4. Try to select some rows in ListView with shift-arrow (for example)
Expected result: When selecting, user should be informed about selection range or about amount of selected elements.
Actual result: JAWS only says "Selected", Narrator only reads current focused row.
0. Turn on JAWS or Narrator
1. Download jar with accessibility test samples from https://wiki.se.oracle.com/download/attachments/46472587/Hello.jar
3. Execute listview demo by java -cp Hello.jar hello.HelloListView
4. Try to select some rows in ListView with shift-arrow (for example)
Expected result: When selecting, user should be informed about selection range or about amount of selected elements.
Actual result: JAWS only says "Selected", Narrator only reads current focused row.
- relates to
-
JDK-8087975 [Accessibility, JAWS, Narrator, VoiceOver] ListView row items not voiced when using CTRL-Up/Down Arrow
- Resolved
-
JDK-8088255 [Accessibility, Windows] TreeView CTRL+ Combinations does not read the newly focused item
- Closed