-
Bug
-
Resolution: Unresolved
-
P4
-
8u74, 9
Tab to a TableView with a number of columns, and use down arrows to move down each row. Screen reader will read out the value of the first column. Try using the right arrow to move to the next column and nothing happens.
If we initially push focus into the first cell when the TableView gains focus via
tableView.getFocusModel().focus(0, firstColumn)
Then this all works as expected.
If we initially push focus into the first cell when the TableView gains focus via
tableView.getFocusModel().focus(0, firstColumn)
Then this all works as expected.