On Tue, 18 Jan 2022 12:51:56 GMT, Dmitry Markov <[email protected]> wrote:
> When an object is moved from one window (DnD source) to another window (DnD > target) the first window may also be considered as a DnD target and the > native OS sends corresponding events to it. That event processing clears > isInDoDragDropLoop flag, which is currently used to indicate DnD operation, > and causes a hang. > > Fix: > It is necessary to distinguish events related to the DnD source and events > related to the DnD target, (i.e. use two indication flags). > > Testing: > mach5 green Just for confirmation - it is not possible to reproduce using the second forked java app instead of the native app? ------------- PR: https://git.openjdk.java.net/jdk/pull/7125
