-
Bug
-
Resolution: Fixed
-
P3
-
9
-
OS X
-
b135
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8267903 | 8u311 | Sergey Bylokhov | P3 | Resolved | Fixed | b01 |
JDK-8271427 | 7u331 | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
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.
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.
- backported by
-
JDK-8267903 [PIT][TEST_BUG] fix to JDK-8161470 doesn't work
-
- Resolved
-
-
JDK-8271427 [PIT][TEST_BUG] fix to JDK-8161470 doesn't work
-
- Resolved
-
- relates to
-
JDK-8161470 [TEST_BUG] Failure javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java
-
- Resolved
-