JDK-8280995 : [XWayland] Robot.mouseMove does not visually move mouse cursor
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: internal
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2022-01-31
  • Updated: 2025-02-26
  • Resolved: 2023-05-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
internalResolved
Related Reports
Duplicate :  
Relates :  
Description
Current javadoc says:

 /**
     * Moves mouse pointer to given screen coordinates.
     * @param x         X position
     * @param y         Y position
     */
    public synchronized void mouseMove(int x, int y) {


However Robot.mouseMove() does not move mouse cursor visually, but following Robot.mousePress() is delivered to correct place.

As a possible solution we can consider implementing robot via libEI JDK-8280983 
Comments
Resolved by JDK-8307779
18-05-2023