MacRobot calls should not be blocking

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • fx2.0.2
    • Affects Version/s: 7-pool
    • Component/s: javafx
    • Environment:

      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.

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

              Created:
              Updated:
              Resolved:
              Imported: