> 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. > > @forantar @azuev-java @mrserb please review. > > Please note that the new API allows you to implement a multiple selection in > lists from the Java side, but I did not succeed in implementing it, because I > could not determine the inclusion of the so-called "VoiceOver multiple > selection mode".
Artem Semenov has updated the pull request incrementally with one additional commit since the last revision: We are not using author tags in tests either - but that's just a nitpick. ------------- Changes: - all: https://git.openjdk.org/jdk/pull/8578/files - new: https://git.openjdk.org/jdk/pull/8578/files/ff825131..c0342b9a Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=8578&range=03 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=8578&range=02-03 Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/8578.diff Fetch: git fetch https://git.openjdk.org/jdk pull/8578/head:pull/8578 PR: https://git.openjdk.org/jdk/pull/8578