RFR: 8359257: Create accessibility protocol for TabGroup component [v2]
Alexander Zuev
kizune at openjdk.org
Thu Jun 12 18:36:32 UTC 2025
On Wed, 11 Jun 2025 21:51:46 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixing indentation.
>
> modules/javafx.graphics/src/main/native-glass/mac/a11y/JFXTabGroupAccessibility.m line 57:
>
>> 55: if (env == NULL) return NULL;
>> 56: jresult = (jobject)(*env)->CallLongMethod(env, [self getJAccessible],
>> 57: jAccessibilityAttributeValue, (jlong)@"AXTabs");
>
> minor: the indentation is off
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1823#discussion_r2143386406
More information about the openjfx-dev
mailing list