-
Bug
-
Resolution: Fixed
-
P3
-
8, 8u40, 9
-
Windows 7 Jaws, Narrator
MacOS 10.10 VoiceOver
JDK 8u40 b15
0. Turn on JAWS or Narrator (Windows) or VoiceOver (Mac).
1. Download jar with accessibility test samples from https://wiki.se.oracle.com/download/attachments/46472587/Hello.jar
2. Execute listview demo by java -cp Hello.jar hello.HelloListView
3. Select a row item in the "Simple" ListView.
4. Press CTRL-Down Arrow (Windows) or CMD-Down Arrow (Mac) to move the focus down without changing the selection.
Expected result: When the focus moves down, information about the newly focused row item should be spoken, for example "not checked Row 9".
Actual result: Nothing is spoken, but focus moves down as expected.
Similar result using CTRL(CMD)-Up Arrow moving focus up without changing the selection.
Affected tests:
RULE tests/jaws/ListView any any
RULE tests/narrator/ListView any any
RULE tests/voiceover/ListView any any
Related to
- duplicates
-
JDK-8088255 [Accessibility, Windows] TreeView CTRL+ Combinations does not read the newly focused item
-
- Closed
-
-
JDK-8231835 [Accessibility, JAWS, Narrator, VoiceOver] ListView row items not voiced properly when using CTRL-Up/Down Arrow
-
- Closed
-
- relates to
-
JDK-8088255 [Accessibility, Windows] TreeView CTRL+ Combinations does not read the newly focused item
-
- Closed
-
-
JDK-8089078 [Accessibility, Windows, JAWS] ListView selection range is not voiced at all
-
- Closed
-
-
JDK-8231835 [Accessibility, JAWS, Narrator, VoiceOver] ListView row items not voiced properly when using CTRL-Up/Down Arrow
-
- Closed
-