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;

Do we expect the same behavior as before?

Scenario:
Using the monkey tester opened on TextField, have some text in the field, 
coming from another application, click at the end of the text.  VoiceOver 
announces:

master branch:
`java, Monkey Tester - TextField, window short, insertion at the end of text, 
edit text`
then
`You are currently on a text field.  To enter text in the field, type`

this PR (with the master branch merged in):
`java, Monkey Tester - TextField, window short, text`
then
`You are currently on a text field.`

<img width="1135" height="594" alt="Screenshot 2026-04-03 at 13 21 19" 
src="https://github.com/user-attachments/assets/ab740601-47e8-425a-8d11-8ae0ea4615df";
 />

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

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

Reply via email to