-
Bug
-
Resolution: Fixed
-
P4
-
9, 11, 17, 21
-
b05
The implementation of JRobot.moveMouseTo(Component c) calls getLocationOnScreen() and getSize() on the thread that called the method which may be not EDT. Therefore the method should be updated to access the component's location on EDT.
Other methods which access components should do the same.
Other methods which access components should do the same.
- relates to
-
JDK-8309194 javax/swing/regtesthelpers/Util.java must access component on EDT
- Open