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

[Accessibility] Some accessible texts could not be reached.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 8u40
    • javafx

      When trying to test accessibility in native environments, I found there are some control units have accessible text set, but actually they could not be reached by keyboard navigation. They are:

      "previous button", "next button" on Pagination;
      "close button" on TabPane.

      The accessible text:
      Accessibility.title.Pagination.PreviousButton=Select previous page
      Accessibility.title.Pagination.NextButton=Select next page
      Accessibility.title.TabPane.CloseButton=Close

      Issues:
      1. If these buttons can be reached by keyboard navigation, but not described in https://wiki.openjdk.java.net/display/OpenJFX/Keyboard+Navigation, please advise how to reach them.
      2. Otherwise if they really can't be reached by keyboard navigation, maybe the accessible texts need to be removed.

            jgiles Jonathan Giles
            jennyh Jenny Huang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: