Changeset: 566591f1da88 Author: kcr Date: 2014-08-29 11:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/566591f1da88
RT-38289: [Quantum] Control ActionEvent is fired on Stage closing and the App hangs if modal window is then shown Reviewed-by: anthony, felipe, snorthov ! modules/graphics/src/main/java/com/sun/glass/ui/Accessible.java ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/GlassViewEventHandler.java ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/GlassWindowEventHandler.java ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/QuantumToolkit.java + tests/system/src/test/java/renderlock/RenderLock1Test.java + tests/system/src/test/java/renderlock/RenderLockCommon.java Changeset: 5e65b34a175b Author: kcr Date: 2014-08-29 11:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5e65b34a175b RT-38457: Creating a ContextMenu on the JavaFX-Launcher thread causes an IllegalStateException ! modules/graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java + tests/system/src/test/java/com/sun/javafx/application/SceneGraphThread1Test.java + tests/system/src/test/java/com/sun/javafx/application/SceneGraphThread2Test.java + tests/system/src/test/java/com/sun/javafx/application/SceneGraphThread3Test.java + tests/system/src/test/java/com/sun/javafx/application/SceneGraphThread4Test.java + tests/system/src/test/java/com/sun/javafx/application/SceneGraphThreadCommon.java