Re: RFR: 8271846 a11y API lacks setSelectedIndex method [v2]

2022-06-10 Thread Artem Semenov
On Wed, 11 May 2022 12:49:34 GMT, Artem Semenov wrote: >> 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'

Re: RFR: 8271846 a11y API lacks setSelectedIndex method [v2]

2022-05-11 Thread Artem Semenov
On Fri, 6 May 2022 17:12:26 GMT, Phil Race wrote: >> Artem Semenov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> We don't do @author tags in openjdk >> Not 2022 ? > > src/java.desktop/share/classes/javax/accessibility/AccessibleList.

Re: RFR: 8271846 a11y API lacks setSelectedIndex method [v2]

2022-05-11 Thread Artem Semenov
> 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#addAccessi

Re: RFR: 8271846 a11y API lacks setSelectedIndex method

2022-05-06 Thread Phil Race
On Fri, 6 May 2022 16:10:35 GMT, Artem Semenov wrote: > 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 onl