On Mon, 30 Mar 2026 20:39:48 GMT, Alexander Zuev <[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;
>
> Alexander Zuev has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   - removing accessibilityTitle method;

The VO reads differently with this change than before.
Tested with a simple program with just a TextField and a TextArea

When clicked on a TextField(with text _Field_), VO reads as
With PR:
java, window Field, Insertion at end of text., edit text.
You are currently on a text field. To enter text in this field, type.

without PR:
java, window Field, text
You are currently on a text field

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

PR Comment: https://git.openjdk.org/jfx/pull/2130#issuecomment-4169952350

Reply via email to