Changeset: 0a7b8de1cfde
Author:    Elina Kleyman <elina.kley...@oracle.com>
Date:      2014-05-13 15:03 +0300
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0a7b8de1cfde

Adding DellP2714TDevice - simulated touch device in order to reproduce RT-36435

+ 
tests/system/src/test/java/com/sun/glass/ui/monocle/input/devices/DellP2714TDevice.java

Changeset: e83a9f30334b
Author:    David Grieve<david.gri...@oracle.com>
Date:      2014-05-13 08:10 -0400
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e83a9f30334b

RT-37025: StyleManager failed to remove stylesheet containers that reference 
children of a parent that is removed from the scene

! modules/graphics/src/main/java/com/sun/javafx/css/StyleManager.java
! modules/graphics/src/test/java/com/sun/javafx/css/StyleManagerTest.java

Changeset: 1460aac5d08d
Author:    David Grieve<david.gri...@oracle.com>
Date:      2014-05-13 08:14 -0400
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1460aac5d08d

RT-36838: In impl_reapplyCSS, don't reapply css in the middle of an update. 
Rather, mark the cssFlag as REAPPLY and let the reapply happen on the next 
pulse via impl_processCSS. Ensure also that RT-36995 doesn't happen by calling 
impl_reapplyCSS on the menu-item container when menu items are added or removed.

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ContextMenuContent.java
! modules/graphics/src/main/java/javafx/scene/Node.java
! modules/graphics/src/main/java/javafx/scene/Parent.java
! modules/graphics/src/test/java/com/sun/javafx/css/StyleManagerTest.java

Reply via email to