Changeset: 3678fdb8ec69
Author:    Martin Sladecek <martin.slade...@oracle.com>
Date:      2014-02-25 11:04 +0100
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3678fdb8ec69

RT-35952 Some Node.localToSceneTransform may sometimes become inconsistent
Reviewed by: kcr

! modules/graphics/src/main/java/javafx/scene/Node.java
! 
modules/graphics/src/test/java/javafx/scene/Node_LocalToSceneTransform_Test.java

Changeset: 28371c4661cb
Author:    Martin Sladecek <martin.slade...@oracle.com>
Date:      2014-02-25 11:07 +0100
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/28371c4661cb

RT-35462 A controller with private fields gets broken when it's subclass is 
used as a fxml controller
Reviewed by: dgrieve

! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java
+ modules/fxml/src/test/java/javafx/fxml/FXMLLoaderTest_FieldInjectionTest.java
+ modules/fxml/src/test/resources/javafx/fxml/simple.fxml

Reply via email to