-
Bug
-
Resolution: Unresolved
-
P4
-
24, 25
-
generic
-
linux
As mentioned in JDK-8355478, the automated test DoubleActionESC.java was not correctly verifying the expected behavior. After fixing this issue, a bug was revealed that only affects Linux, while it works fine on all other platforms.
The test succeeds when the GtkFileDialogs is disabled
System.setProperty("sun.awt.disableGtkFileDialogs", "true");
See JDK-8355478 for more details
The test succeeds when the GtkFileDialogs is disabled
System.setProperty("sun.awt.disableGtkFileDialogs", "true");
See JDK-8355478 for more details
- caused by
-
JDK-8341004 Open source AWT FileDialog related tests
-
- Resolved
-