RFR: 8311160: [macOS, Accessibility] VoiceOver: No announcements on JRadioButtonMenuItem and JCheckBoxMenuItem
Artem Semenov
asemenov at openjdk.org
Wed Aug 2 08:00:50 UTC 2023
On Tue, 1 Aug 2023 05:43:52 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:
> VoiceOver doesn't announce anything for JRadioButtonMenuItem and JCheckBoxMenuItem when navigated with down arrow key. JRadioButtonMenuItem and JCheckBoxMenuItem are having an accessible role of RadioButton and CheckBox respectively and it is required to notify native side whenever they are selected.
>
> Added the required fix and tested with SwingSet2 application. CI testing is also fine.
>
> Fix can be tested with SwingSet2 application and test instructions are mentioned in [JDK-8311160](https://bugs.openjdk.org/browse/JDK-8311160) description.
@NikitkoCent please review.
-------------
Marked as reviewed by asemenov (Committer).
PR Review: https://git.openjdk.org/jdk/pull/15098#pullrequestreview-1558423510
More information about the client-libs-dev
mailing list