<AWT Dev> RFR: 8267385: Create NSAccessibilityElement implementation for JavaComponentAccessibility [v9]
Artem Semenov
github.com+36081106+savoptik at openjdk.java.net
Wed Aug 4 09:31:34 UTC 2021
On Mon, 2 Aug 2021 21:56:37 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Yes, this will not work with a custom list not inherited from JList. Unfortunately AccessibleJList is not perfect and the functionality you need is not there.
>> If you have a better solution, please share it. - Could you please advice on what we can do here?
>
> This is what I meant in the first message, "a11y interface miss setSelectedIndex method". I suggest filing a separate issue to accumulate such use cases and then fix them by adding additional methods to a11y interfaces. Probably something similar will be found in the Table/etc.
Done. [JDK-8271846](https://bugs.openjdk.java.net/browse/JDK-8271846)
-------------
PR: https://git.openjdk.java.net/jdk/pull/4412
More information about the awt-dev
mailing list