RFR: 8330462: StringIndexOutOfBoundException when typing anything into TextField [v20]

Oliver Kopp duke at openjdk.org
Thu Apr 25 17:39:42 UTC 2024


On Thu, 25 Apr 2024 15:37:09 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Nope, this fix breaks Narrator.

I think, I do not get what Narrator is doing.

If I type "Testx" into a Text field, what should be highlighted?

![image](https://github.com/openjdk/jfx/assets/1366654/690e9331-3a92-4e4f-b6fd-a312f29cc592)

If moving the cursor in the tool [javafxreproducer](https://github.com/Siedlerchr/javafxreproducer) also always the last letter is highlighted. Does my patch sneakly sneak in in all JavaFX code I am running on my machine?

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

PR Comment: https://git.openjdk.org/jfx/pull/1442#issuecomment-2077813261


More information about the openjfx-dev mailing list