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

Row mode TableView not navigable by screen readers

XMLWordPrintable

      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.

            Unassigned Unassigned
            gnelson Greg Nelson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: