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
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
- relates to
-
JDK-8181849 Tab-Backwards-navigation broken when DatePicker used in ListView
- Open