<AWT Dev> [9] Review request for 8050478: [macosx] Cursor not updating correctly after closing a modal dialog

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Tue Aug 23 19:01:14 UTC 2016


Why this event is not generated by the 
nativeSynthesizeMouseEnteredExitedEvents() when we show the dialog?

On 23.08.16 13:27, dmitry markov wrote:
> Hello,
>
> Could you review a fix for jdk9, please?
>
>     bug: https://bugs.openjdk.java.net/browse/JDK-8050478
>     webrev: http://cr.openjdk.java.net/~dmarkov/8050478/webrev.00/
>
> Problem description:
> Cursor is not updated correctly after closing a modal dialog. The root
> cause of the issue is lack of a mouse exit event during displaying of
> the modal dialog.
>
> Fix:
> It is necessary to generate MouseExited event for the window which is
> going to be blocked by the modal dialog.
>
> Thanks,
> Dmitry


-- 
Best regards, Sergey.


More information about the awt-dev mailing list