<AWT Dev> Review request for 8160570: [mac] modal dialog can skip the activation/focus events

Semyon Sadetsky semyon.sadetsky at oracle.com
Mon Aug 29 16:30:42 UTC 2016


Hi Anton,

is it really OS X only problem? It seems on other platforms the peer 
focusability is updated in the same way.

--Semyon


On 6/29/2016 9:04 PM, Anton Tarasov wrote:
> Hello,
>
> Please review the fix:
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8160570
> webrev: http://cr.openjdk.java.net/~ant/JDK-8160570/webrev.0 
> <http://cr.openjdk.java.net/%7Eant/JDK-8160570/webrev.0>
>
> The problem is that a modal dialog can skip the activation/focus 
> events on OSX.
> The fix is to cache the focusability state of the Window peer earlier, 
> in its ctor.
> Please find more details in JIRA.
>
> Thanks,
> Anton.



More information about the awt-dev mailing list