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

Andy Goryachev angorya at openjdk.org
Mon May 13 15:16:17 UTC 2024


On Mon, 13 May 2024 09:36:39 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

> The backport is almost clean.
> While cherry picking the mainline commit, a minor merge conflict was shown in a the file `tests/system/src/test/.classpath` : The mainline file has a few additional exports compared to 22u.
> 
> Test passes on windows.

tests/system/src/test/.classpath line 17:

> 15: 		<attributes>
> 16: 			<attribute name="module" value="true"/>
> 17: 			<attribute name="add-exports" value="javafx.graphics/com.sun.glass.ui=ALL-UNNAMED:javafx.graphics/com.sun.glass.ui.monocle=ALL-UNNAMED:javafx.graphics/com.sun.javafx.sg.prism=ALL-UNNAMED:javafx.graphics/com.sun.prism.impl=ALL-UNNAMED:javafx.graphics/com.sun.javafx.image.impl=ALL-UNNAMED:javafx.graphics/com.sun.glass.events=ALL-UNNAMED:javafx.graphics/com.sun.javafx.application=ALL-UNNAMED:javafx.graphics/com.sun.javafx.css=ALL-UNNAMED:javafx.graphics/com.sun.javafx.geom=ALL-UNNAMED:javafx.graphics/com.sun.javafx.tk=ALL-UNNAMED:javafx.graphics/com.sun.glass.ui.mac=ALL-UNNAMED:javafx.graphics/com.sun.glass.ui.win=ALL-UNNAMED"/>

I wonder if we should just copy this attribute from the master branch, to avoid future conflicts?

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

PR Review Comment: https://git.openjdk.org/jfx22u/pull/28#discussion_r1598647534


More information about the openjfx-dev mailing list