Re: RFR: 8262446: DragAndDrop hangs on Windows

2021-03-04 Thread Ichiroh Takiguchi
On Thu, 4 Mar 2021 10:36:56 GMT, Dmitry Markov wrote: > The IME functions and the DND operation must be executed on the toolkit > thread. If the DND operation is in progress, the IME API is invoked via > SendMessage() call inside InvokeInputMethodFunction() to avoid a hang. The > flag isInDoDr

Re: RFR: 8262446: DragAndDrop hangs on Windows

2021-03-04 Thread Sergey Bylokhov
On Thu, 4 Mar 2021 19:38:34 GMT, Alexey Ivanov wrote: >> The IME functions and the DND operation must be executed on the toolkit >> thread. If the DND operation is in progress, the IME API is invoked via >> SendMessage() call inside InvokeInputMethodFunction() to avoid a hang. The >> flag isIn

Re: RFR: 8250804: Can't set the application icon image for Unity WM on Linux.

2021-03-04 Thread Sergey Bylokhov
On Fri, 5 Mar 2021 01:17:38 GMT, Sergey Bylokhov wrote: >> As of now we can have two icons: on the side dock and on the top bar. >> But this test was written for an old time Unity with an icon in the side >> dock only. >> >> Icon at the top by default is displayed as grayscale(the actual reaso

Re: RFR: 8250804: Can't set the application icon image for Unity WM on Linux.

2021-03-04 Thread Sergey Bylokhov
On Fri, 5 Mar 2021 00:55:04 GMT, Alexander Zvegintsev wrote: > As of now we can have two icons: on the side dock and on the top bar. > But this test was written for an old time Unity with an icon in the side dock > only. > > Icon at the top by default is displayed as grayscale(the actual reas

RFR: 8250804: Can't set the application icon image for Unity WM on Linux.

2021-03-04 Thread Alexander Zvegintsev
As of now we can have two icons: on the side dock and on the top bar. But this test was written for an old time Unity with an icon in the side dock only. Icon at the top by default is displayed as grayscale(the actual reason of submitting bug report). BTW it may not be presented depending on Gn

Re: RFR: 8262446: DragAndDrop hangs on Windows

2021-03-04 Thread Alexey Ivanov
On Thu, 4 Mar 2021 10:36:56 GMT, Dmitry Markov wrote: > The IME functions and the DND operation must be executed on the toolkit > thread. If the DND operation is in progress, the IME API is invoked via > SendMessage() call inside InvokeInputMethodFunction() to avoid a hang. The > flag isInDoDr

RFR: 8262446: DragAndDrop hangs on Windows

2021-03-04 Thread Dmitry Markov
The IME functions and the DND operation must be executed on the toolkit thread. If the DND operation is in progress, the IME API is invoked via SendMessage() call inside InvokeInputMethodFunction() to avoid a hang. The flag isInDoDragDropLoop indicates whether the DND takes place or not. The fla