On Mon, 30 Mar 2026 15:45:15 GMT, Ambarish Rapte <[email protected]> wrote:
>> - Create implementation of protocol;
>> - Wire new implementation to TEXT_AREA and TEXT_FIELD roles;
>> - Add supporting method to store and request java side role;
>> - Add method to retrieve node attribute for the specified parameter;
>
> modules/javafx.graphics/src/main/native-glass/mac/a11y/JFXNavigableTextAccessibility.m
> line 78:
>
>> 76: {
>> 77: return [self requestNodeAttribute:@"AXTitle"];
>> 78: }
>
> This method is inherited from `Accessible`, body is same and not overriding
> does not throw an error. Can be removed.
Removing. It was added more for debugging purposes to see what is requested by
VO at different stages rather than a different implementation.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2130#discussion_r3011972717