-
Enhancement
-
Resolution: Unresolved
-
P3
-
11, 16, 17, 18
A11Y implementation on macOS has to directly call the 'JList.setSelectedIndex' method in order to request selection on an item (see 'CAccessibility.requestSelection'). The reason is that a11y API lacks appropriate method.There's only 'javax.accessibility.AccessibleSelection#addAccessibleSelection' which is mapped to 'javax.swing.JList#addSelectionInterval', it can not be used to set selected index.
- csr of
-
JDK-8286674 New interface for accessible list
- Draft
- links to
-
Review openjdk/jdk/8578