RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed
Tejesh R
tr at openjdk.org
Wed May 8 05:32:59 UTC 2024
On Tue, 7 May 2024 18:03:23 GMT, Alisen Chung <achung at openjdk.org> wrote:
> Opening closed dnd test
> Test is green on all platforms
test/jdk/java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.java line 190:
> 188: reset();
> 189: robot.mouseMove(p.x, p.y);
> 190: robot.mousePress(InputEvent.BUTTON1_MASK);
Suggestion:
robot.mousePress(InputEvent.BUTTON1_DOWN_MASK);
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19128#discussion_r1593403866
More information about the client-libs-dev
mailing list