-
Bug
-
Resolution: Fixed
-
P3
-
jfx21
-
b24
-
linux
As noted in JDK-8310845, the InitialWindowSizeTest, which was added to test the (Windows-specific) fix for JDK-8299348, fails on Linux. This test needs to be skipped on Linux until JDK-8310845 is fixed like this:
// JDK-8310845
assumeFalse(PlatformUtil.isLinux());
// JDK-8310845
assumeFalse(PlatformUtil.isLinux());
- relates to
-
JDK-8310845 Size-restricted window reports incorrect dimensions on Linux
- Open
-
JDK-8299348 Size-restricted window can be observed with incorrect dimensions
- Resolved