-
Bug
-
Resolution: Unresolved
-
P4
-
11, 14, 15
-
generic
-
os_x
We have a test to check this functionality
java/awt/TrayIcon/ActionEventTest/ActionEventTest.java
But unfortunately, it does not check that the robot actually clicks on the tray icon, So it is always passed on macOS due to a bug in the robot.
Problematic code:
http://hg.openjdk.java.net/jdk/client/file/786345dc46f2/src/java.desktop/macosx/classes/sun/lwawt/macosx/CTrayIcon.java#l275
java/awt/TrayIcon/ActionEventTest/ActionEventTest.java
But unfortunately, it does not check that the robot actually clicks on the tray icon, So it is always passed on macOS due to a bug in the robot.
Problematic code:
http://hg.openjdk.java.net/jdk/client/file/786345dc46f2/src/java.desktop/macosx/classes/sun/lwawt/macosx/CTrayIcon.java#l275
- relates to
-
JDK-8242174 [macos] The NestedModelessDialogTest test make the macOS unstable
- Closed