-
Bug
-
Resolution: Fixed
-
P2
-
jfx20
-
b23
-
linux
Faulty test is SetSceneScalingTest.testSecondSetScene, failing assertion is:
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at test.robot.javafx.stage.SetSceneScalingTest$TestSecondSetSceneApp.test(SetSceneScalingTest.java:156)
at test.robot.javafx.stage.SetSceneScalingTest$TestApp.runTest(SetSceneScalingTest.java:93)
at test.robot.javafx.stage.SetSceneScalingTest.testSecondSetScene(SetSceneScalingTest.java:203)
...
It seems DPI setting does not matter for this one, and these tests pass on Windows and macOS, so it is most probably a testbug.
- duplicates
-
JDK-8304476 [Android] Software keyboard doesn't show up
- Closed
-
JDK-8304734 Monocle: Stage no longer gets focus after fix for JDK-8296621
- Closed
- relates to
-
JDK-8299968 Second call to Stage.setScene() create sizing issue with uiScale > 1.0
- Resolved
-
JDK-8304476 [Android] Software keyboard doesn't show up
- Closed
-
JDK-8304734 Monocle: Stage no longer gets focus after fix for JDK-8296621
- Closed
-
JDK-8324684 Resizable alerts are displayed too small initially in Gnome
- Open
-
JDK-8296621 Stage steals focus on scene change
- Resolved