Tab order broken if an editable ComboBox used in Toolbar

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 9
    • Component/s: 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

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

              Created:
              Updated: