RFR: 8271071 accessibility of a table on macOS lacks cell navigation [v5]

Artem Semenov asemenov at openjdk.java.net
Fri Oct 15 09:55:18 UTC 2021


On Fri, 15 Oct 2021 05:38:12 GMT, Pankaj Bansal <pbansal at openjdk.org> wrote:

>> Artem Semenov has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR.
>
> src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/TableAccessibility.m line 235:
> 
>> 233:         for (NSNumber *col in selectedColumns ) {
>> 234:             CellAccessibility *cell = [self accessibilityCellForColumn:[col integerValue] row:[row integerValue]];
>> 235: //            if ([self isAccessibleChildSelectedFromIndex:[cell accessibilityIndex]]) {
> 
> Can we just get rid of these lines instead of commenting the code unless there is specific reason to do it like this?

Done

-------------

PR: https://git.openjdk.java.net/jdk/pull/5466



More information about the client-libs-dev mailing list