Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8097226

[Accessibility, Traversal, HelloRadioButton] When using Arrow Keys, selected Radio Button will not wrap around from first to last and vice versa.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8u40
    • 8u40
    • javafx
    • 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

            msladecek Martin Sládeček
            rsloan Rocky Sloan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: