On Tue, 10 May 2022 12:56:53 GMT, Thiago Milczarek Sayao <tsa...@openjdk.org> 
wrote:

>> When there's an APPLICATION_MODAL window, all other windows are disabled and 
>> re-enabled when the APPLICATION_MODAL window closes. This causes 
>> `requestToFront()` to be called on every window, and it does not guarantee 
>> order.
>> 
>> The fix also works for:
>> https://bugs.openjdk.java.net/browse/JDK-8269429
>> 
>> But this one might need another fix:
>> https://bugs.openjdk.java.net/browse/JDK-8240640
>
> Thiago Milczarek Sayao has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Revert "Set the focus on the latest window when re-enabling them"
>   
>   This reverts commit b024de586c187f9000f791dab99507a4979cc027.

Marked as reviewed by arapte (Reviewer).

The fix look good to me.
The other behavior is observed on mac but not on windows. The platform behavior 
itself looks different. Not sure if should be captured in a JBS (at least for 
documentation purpose)

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

PR: https://git.openjdk.java.net/jfx/pull/784

Reply via email to