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

Tab order broken if an editable ComboBox used in Toolbar

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • javafx
    • None

      This is similar to JDK-8180361 but CAN NOT be fixed with using a fake HBox to wrap all items.

      Tab forward:
      * Put focus on A
      * Hit TAB twice => focus is back on A, expectation is B

      Tab backward:
      * Put focus on ComboBox
      * Hit SHIFT+TAB => focus in on B, expectation is A

      This is a severe problem because it completely destroys the accessibility story on an JavaFX application

            Unassigned Unassigned
            tschindl Tom Schindl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: