On Tue, 17 Dec 2019 23:01:51 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> The pull request has been updated with 1 additional commit. > > tests/system/src/test/java/test/robot/javafx/scene/dialog/DialogWithOwnerSizingTest.java > line 124: > >> 123: >> 124: stage.initStyle(StageStyle.UNDECORATED); >> 125: stage.setOnShown(e -> >> Platform.runLater(startupLatch::countDown)); > > Since this is a Robot test that relies on the Stage being in front of other > windows, can you add the following? > > stage.setAlwaysOnTop(true); ok ------------- PR: https://git.openjdk.java.net/jfx/pull/63