-
Bug
-
Resolution: Fixed
-
P4
-
8u40
-
Windows 7, Windows 8, MacOS 10.10
When using the Arrow Keys to change focus/selection within a group of Radio Buttons, it should traverse the buttons as a loop. It will not wrap around when reaching the first or last button.
See:
https://wiki.openjdk.java.net/display/OpenJFX/Keyboard+Navigation
under "Radio Button".
Up/Left Arrow: Move focus to the previous radio button in the group and select that button. If focus is on the first radio button, move focus to the last radio button in the group and select that button.
Down/Right Arrow: Move focus to the next radio button in the group and select that button. If focus is on the last radio button, move focus to the first radio button in the group and select that button.
The HelloRadioButton Sample is run from Hello.jar as follows:
java -cp Hello.jar hello.HelloRadioButton
RULE tests/jaws/RadioButton any any
RULE tests/narrator/RadioButton any any
See:
https://wiki.openjdk.java.net/display/OpenJFX/Keyboard+Navigation
under "Radio Button".
Up/Left Arrow: Move focus to the previous radio button in the group and select that button. If focus is on the first radio button, move focus to the last radio button in the group and select that button.
Down/Right Arrow: Move focus to the next radio button in the group and select that button. If focus is on the last radio button, move focus to the first radio button in the group and select that button.
The HelloRadioButton Sample is run from Hello.jar as follows:
java -cp Hello.jar hello.HelloRadioButton
RULE tests/jaws/RadioButton any any
RULE tests/narrator/RadioButton any any