You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/03/07 18:47:24 UTC

[jira] Resolved: (HARMONY-3286) [classlib][awt] The method Robot.mouseMove() works incorrectly on windows

     [ https://issues.apache.org/jira/browse/HARMONY-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov resolved HARMONY-3286.
--------------------------------------

    Resolution: Fixed

Thanks Andrey, the patch was applied at the revision 515659. Please verify it was applied as expected.  BTW I 've removed RobotTest from the exclude list since it doesn't fail anymore - I've checked it on Win32 and Linux32.

> [classlib][awt] The method Robot.mouseMove() works incorrectly on windows
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-3286
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3286
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrey Pavlenko
>         Assigned To: Alexei Zakharov
>         Attachments: HARMONY-3286-WinRobot.patch
>
>
> The following test case reproduces the issue.
>     public void test() throws AWTException {
>         final Robot r = new Robot();
>         r.mouseMove(100, 100);
>         assertEquals(new Point(100, 100), MouseInfo.getPointerInfo()
>                 .getLocation());
>     }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.