On Mon, 13 Mar 2023 22:13:48 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Handling of JToggleButton for screen magnifier
>
> src/java.desktop/macosx/classes/sun/lwawt/macosx/CAccessible.java line 191:
>
>> 189: if (thisRole == AccessibleRole.RADIO_BUTTON) {
>> 190: valueChanged(ptr);
>> 191: }
>
> This looks fine. do we need to implement the same logic for the togglebutton?
As you mentioned, I checked for togglebutton and it requires the same logic
implementation.
Added the logic to handle togglebutton also.
-------------
PR: https://git.openjdk.org/jdk/pull/12971