On Mon, 6 Oct 2025 18:23:45 GMT, Alexander Zuev <[email protected]> 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
