On Wed, 20 Aug 2025 08:58:03 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> Anass Baya has updated the pull request incrementally with one additional >> commit since the last revision: >> >> remove delay >> use InputEvent > > test/jdk/javax/swing/DataTransfer/bug4655513.java line 73: > >> 71: robot.delay(20); >> 72: } >> 73: robot.mouseRelease(InputEvent.BUTTON1_DOWN_MASK); > > mousePress parameter should be `InputEvent.BUTTON1_DOWN_MASK` instead which > is usually the norm? mouseRelease is called correctly.. > Also, I dont think we usually use delay between drag...guess once drag is > complete, we can call waitForIdle and delay.. Hello @prsadhuk, Thank you for your review. its done ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26824#discussion_r2297774196