RFR: 8368972: Create implementation of menu bar accessibility component [v2]
Andy Goryachev
angorya at openjdk.org
Mon Oct 6 18:31:33 UTC 2025
On Mon, 6 Oct 2025 18:23:45 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
>> 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.
... and I totally missed that!
Question: how come none of the tests failed? Do we have test coverage in this area?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1927#discussion_r2407849842
More information about the openjfx-dev
mailing list