RFR: 8368972: Create implementation of menu bar accessibility component [v2]
Alexander Zuev
kizune at openjdk.org
Mon Oct 6 18:31:33 UTC 2025
On Mon, 6 Oct 2025 16:47:26 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
>> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Restore CHECK_MENU_ITEM binding
>
> modules/javafx.graphics/src/main/native-glass/mac/a11y/AccessibleBase.m line 65:
>
>> 63: [rolesMap setObject:@"JFXMenuItemAccessibility" forKey:@"MENU_ITEM"];
>> 64: [rolesMap setObject:@"JFXMenuItemAccessibility" forKey:@"RADIO_MENU_ITEM"];
>> 65: [rolesMap setObject:@"JFXMenuItemAccessibility" forKey:@"CHECK_MENU_ITEM"];
>
> Is the removal of CHECK_MENU_ITEM intentional ?
No, that was an accident.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1927#discussion_r2407840731
More information about the openjfx-dev
mailing list