Skip to content

Commit bbe19c2

Browse files
authored
Set Stage always on top
A test can fail if a mouse interaction is involved and the stage is not in front.
1 parent e90c3a9 commit bbe19c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

richtextfx/src/integrationTest/java/org/fxmisc/richtext/InlineCssTextAreaAppTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public void start(Stage stage) throws Exception {
2323
scene = new Scene(area);
2424
this.stage = stage;
2525

26+
stage.setAlwaysOnTop(true);
2627
stage.setScene(scene);
2728
stage.setWidth(400);
2829
stage.setHeight(400);

0 commit comments

Comments
 (0)