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

[PIT][TEST_BUG] fix to JDK-8161470 doesn't work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • client-libs
    • OS X

        Well, run javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java on OS X (I tried 10.10), and it still would fail for the same reason as reported in JDK-8161470.
        The one-liner fix for the issue still is
                 robot = new Robot();
        +robot.setAutoDelay(50);

        It is a reasonable human delay between press and release, why don't you like it? OS X seldom works without it.

              aniyogi Avik Niyogi (Inactive)
              yan Yuri Nesterenko
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: