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'
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.
> 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
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