On Tue, 14 Sep 2021 14:30:40 GMT, Artem Semenov <github.com+36081106+savop...@openjdk.org> wrote:
>> src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/ColumnAccessibility.m >> line 52: >> >>> 50: } >>> 51: >>> 52: - (NSArray *)accessibilityChildren >> >> Could you please clarify why you removed this method? > > As the analysis of the a11y table hierarchy in numbers showed, this object > has no children. From which I conclude that the columns should not have > children. It is not clear why we should manage columns without children. Would it be better if you investigate it separately, and here you do not remove this method? ------------- PR: https://git.openjdk.java.net/jdk/pull/5466