Changeset: e6a0305158da Author: David Grieve<[email protected]> Date: 2014-03-13 21:50 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e6a0305158da
RT-20642: Instead of trying to pouplate a Map as styles are found during state transition, just have a routine that will find the styles, as discussed with Jerome ! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java ! modules/graphics/src/main/java/javafx/scene/Node.java ! modules/graphics/src/test/java/com/sun/javafx/css/Node_cssStyleMap_Test.java Changeset: 102deeb4dcaa Author: David Grieve<[email protected]> Date: 2014-03-13 21:50 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/102deeb4dcaa RT-36117: set cell skin to null after skin is disposed. ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableRowSkinBase.java Changeset: 8ca3ec4ca878 Author: David Grieve<[email protected]> Date: 2014-03-13 21:50 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8ca3ec4ca878 RT-36111: move firing of ON_SHOWING event to doShow method to pair with firing of ON_SHOWN ! modules/controls/src/main/java/javafx/scene/control/ContextMenu.java Changeset: cd116a725b95 Author: David Grieve<[email protected]> Date: 2014-03-13 21:50 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cd116a725b95 RT-36095: behavior code assumed ToggleButton was in a ToggleGroup, but it does not have to be. ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/ToggleButtonBehavior.java
