On Wed, 8 May 2024 05:29:49 GMT, Tejesh R <[email protected]> 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);
Applies to other places too. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/19128#discussion_r1593404213
