Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8128870

MacRobot calls should not be blocking

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • fx2.0.2
    • 7-pool
    • javafx
    • 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.

            anthony Anthony Petrov (Inactive)
            anthony Anthony Petrov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: