-
Bug
-
Resolution: Fixed
-
P4
-
7-pool
-
Mac
Robot.mouseMove/Press/Release() methods are blocking on Mac. They dispatch the operation to the Main thread and wait until it is done. However, this is different from how Robot on Windows works, and also may lead to problems with tests.
It makes sense to make them unblocking, i.e. replace :waitUntilDone:YES with :waitUntilDone:NO in the corresponding methods.
It makes sense to make them unblocking, i.e. replace :waitUntilDone:YES with :waitUntilDone:NO in the corresponding methods.
- relates to
-
JDK-8115660 Mac: Glass robot generates events in wrong sequence on mac
-
- Resolved
-