RFR: 8307779: Relax the java.awt.Robot specification [v3]

Phil Race prr at openjdk.org
Thu May 11 22:02:05 UTC 2023


On Wed, 10 May 2023 20:59:11 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> We need to relax the java.awt.Robot specification according to the latest operating system trends. 
>> This should at least cover the case of Wayland, which has changed many familiar concepts in Linux.
>> 
>> https://bugs.openjdk.org/browse/JDK-8280982 [Wayland] [XWayland] java.awt.Robot taking screenshots
>> https://bugs.openjdk.org/browse/JDK-8280995 [XWayland] Robot.mouseMove does not visually move mouse cursor
>> https://bugs.openjdk.org/browse/JDK-8280990 [XWayland] XTest emulated mouse click does not bring window to front.
>> https://bugs.openjdk.org/browse/JDK-8280988 [XWayland] Click on title to request focus test failures
>
> Alexander Zvegintsev has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - corrections
>  - remove revokeScreenCapturePermission

src/java.desktop/share/classes/java/awt/peer/RobotPeer.java line 2:

> 1: /*
> 2:  * Copyright (c) 1999, 2023, Oracle and/or its affiliates. All rights reserved.

This file no longer needed in this PR

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13809#discussion_r1191726964



More information about the client-libs-dev mailing list