Changeset: e56c8f6f8228 Author: Martin Sladecek <martin.slade...@oracle.com> Date: 2013-10-16 09:41 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/e56c8f6f8228
RT-33265 fx:script not loading file defined in the source attribute in JDK8 + Also enabled FXML event tests that were accidentaly not running (the class didn't have Test suffix) + Fixed one event issue - when handler() and handler(event) were both presen in controller for property handlers Reviewed-by: ekrejcir, kcr ! build.gradle ! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java + modules/fxml/src/test/java/javafx/fxml/FXMLLoader_EventsTest.java + modules/fxml/src/test/java/javafx/fxml/FXMLLoader_ScriptTest.java - modules/fxml/src/test/java/javafx/fxml/FXMLLoader_events.java - modules/fxml/src/test/java/javafx/fxml/RT_18046Test.java ! modules/fxml/src/test/java/javafx/fxml/Widget.java ! modules/fxml/src/test/resources/javafx/fxml/events_test.fxml - modules/fxml/src/test/resources/javafx/fxml/rt_18046.fxml + modules/fxml/src/test/resources/javafx/fxml/script_handler.fxml + modules/fxml/src/test/resources/javafx/fxml/script_handler_external.fxml + modules/fxml/src/test/resources/javafx/fxml/script_handler_external.js + modules/fxml/src/test/resources/javafx/fxml/static_script_load.fxml