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; A similar difference on the TextArea Page: Using the monkey tester opened on TextArea page, have some text in the field, coming from another application, click at the end of the text. VoiceOver announces: master branch: `java, Monkey Tester - TextArea, window, edit text, insertion at end of text, short` then `You are currently on a text area.` this PR (with the master branch merged in): `java, Monkey Tester - TextArea, window, text short` then `You are currently on a text area.` <img width="879" height="475" alt="Screenshot 2026-04-03 at 13 35 38" src="https://github.com/user-attachments/assets/618cd8a6-e950-4e1c-a7a6-5fe5db581f7e" /> ------------- PR Comment: https://git.openjdk.org/jfx/pull/2130#issuecomment-4185104646
