Changeset: 0127f8f103a7 Author: David Grieve<david.gri...@oracle.com> Date: 2013-11-22 13:46 -0500 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/0127f8f103a7
RT-33919: the list of styles added to the style helper's observable style map should only contain styles that match the current pseudo-class state ! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java ! modules/graphics/src/test/java/com/sun/javafx/css/Node_cssStyleMap_Test.java Changeset: 1e7caaf4f5fb Author: David Grieve<david.gri...@oracle.com> Date: 2013-11-22 13:50 -0500 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1e7caaf4f5fb [TEST ONLY] RT-32576: add unit test for ensuring property values are reset on pseudo-class state change or style-class change + modules/graphics/src/test/java/com/sun/javafx/css/Node_cssStateTransition_Test.java