RFR: 8264293: Create implementation for NSAccessibilityMenu protocol peer [v2]
Alexander Zuev
kizune at openjdk.java.net
Wed Nov 17 16:57:26 UTC 2021
On Wed, 17 Nov 2021 09:45:16 GMT, Artem Semenov <asemenov at openjdk.org> wrote:
>> Alexander Zuev has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Fixed parameters layout for better readeability;
>> - Fixed indentation of native methods;
>> Fixed initial capacity of rolesMap dictionary;
>
> src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/CommonComponentAccessibility.m line 155:
>
>> 153: [rolesMap setObject:@"OutlineAccessibility" forKey:@"tree"];
>> 154: [rolesMap setObject:@"TableAccessibility" forKey:@"table"];
>> 155: [rolesMap setObject:@"MenuBarAccessibility" forKey:@"menubar"];
>
> Please increase the capacity of the rolesMap dictionary if you add a new role.
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6421
More information about the client-libs-dev
mailing list