-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
8u40
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.
"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.