-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17, 24
-
None
-
b06
-
generic
-
generic
When robot.autoWaitForIdle is set to true, all mouse and key-related methods when invoked on the EDT will throw java.lang.IllegalThreadStateException which is not in the Robot specification.
The specification should be updated to include when these exceptions are thrown, and warnings should be added to other methods (delay, createMultiResolutionScreenCapture) that shouldn't be called on the EDT as well.
The specification should be updated to include when these exceptions are thrown, and warnings should be added to other methods (delay, createMultiResolutionScreenCapture) that shouldn't be called on the EDT as well.
- csr for
-
JDK-8346687 Robot does not specify all causes of IllegalThreadStateException
-
- Closed
-
- relates to
-
JDK-8347375 Extra <p> tag in robot specification
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/df28cec6
-
Review(master) openjdk/jdk/22564