On Tue, 14 Mar 2023 07:43:28 GMT, Abhishek Kumar <[email protected]> wrote:
>> src/java.desktop/macosx/classes/sun/lwawt/macosx/CAccessible.java line 191:
>>
>>> 189: if (thisRole == AccessibleRole.RADIO_BUTTON) {
>>> 190: valueChanged(ptr);
>>> 191: }
>>
>> Have you checked to see if this would negatively impact voice over and other
>> accessibility tools?
>
> I checked with voice over and it does announce the correct state of the
> radiobutton.
> In fact after this fix, VO announces it's selected state as well which was
> not announced before without this fix.
>
> What are the other a11y tools we can check?
TNX.
-------------
PR: https://git.openjdk.org/jdk/pull/12971