On Mon, 15 Mar 2021 17:21:01 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
> Initial implementation > Moved the CAccessibility ignore list initialization to the new code > Some cleanup > Expose a new API - isAccessibilityElement instead of deprecated > accessibilityIsIgnored src/java.desktop/macosx/native/libawt_lwawt/awt/JavaComponentAccessibility.m line 284: > 282: > 283: if (sRoles == nil) { > 284: initializeRoles(); Do we need to delete the JavaAccessibilityIgnore roles from the "sRoles"? ------------- PR: https://git.openjdk.java.net/jdk/pull/3015