On Mon, 2 Aug 2021 21:56:37 GMT, Sergey Bylokhov <s...@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