[OpenJDK 2D-Dev] RFR: 8262446: DragAndDrop hangs on Windows [v2]

Dmitry Markov dmarkov at openjdk.java.net
Fri Mar 5 16:06:15 UTC 2021


On Fri, 5 Mar 2021 01:34:04 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> Why we cannot reuse the old flag? "isInDoDragDropLoop"? I think the Robot.waitForIdle() will hang if isInDoDragDropLoop is not set to true while dragging something from the native app.

Initially I didn’t want to touch that flag but after a closer look to “isInDoDragDropLoop” I think it is OK to reuse the flag. I will update PR shortly.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2825


More information about the 2d-dev mailing list