git: openjdk/jfx: master: 8260342: FXMLLoader fails to load a sub layout using fx:include with the resources attribute
Ajit Ghaisas
aghaisas at openjdk.org
Fri Aug 4 11:45:15 UTC 2023
Changeset: d649a5ea
Author: Guillaume Tâche <tga at lxdev1.bger.admin.ch>
Committer: Ajit Ghaisas <aghaisas at openjdk.org>
Date: 2023-08-04 11:44:21 +0000
URL: https://git.openjdk.org/jfx/commit/d649a5ea6b6d85ff33a28c48fd0b9fa920637fa5
8260342: FXMLLoader fails to load a sub layout using fx:include with the resources attribute
Reviewed-by: aghaisas
! modules/javafx.fxml/src/main/java/javafx/fxml/FXMLLoader.java
+ modules/javafx.fxml/src/test/java/test/javafx/fxml/FXMLLoaderIncludeResourcesTest.java
+ modules/javafx.fxml/src/test/resources/test/javafx/fxml/fxmlloader_include_resource_test.fxml
+ modules/javafx.fxml/src/test/resources/test/javafx/fxml/fxmlloader_include_resource_test_inner.fxml
+ modules/javafx.fxml/src/test/resources/test/javafx/fxml/fxmlloader_include_resource_test_inner.properties
+ modules/javafx.fxml/src/test/resources/test/javafx/fxml/fxmlloader_include_resource_test_nested.fxml
+ modules/javafx.fxml/src/test/resources/test/javafx/fxml/fxmlloader_include_resource_test_nested.properties
+ modules/javafx.fxml/src/test/resources/test/javafx/fxml/fxmlloader_include_resource_test_not_found.fxml
More information about the openjfx-changes
mailing list