Integrated: 8284654: Modal behavior returns to wrong stage

Thiago Milczarek Sayao tsayao at openjdk.java.net
Wed Jun 1 00:07:38 UTC 2022


On Fri, 22 Apr 2022 19:26:36 GMT, Thiago Milczarek Sayao <tsayao at 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

This pull request has now been integrated.

Changeset: 864792d8
Author:    Thiago Milczarek Sayao <tsayao at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/864792d84811b64815357722be0378397d212408
Stats:     2 lines in 1 file changed: 1 ins; 0 del; 1 mod

8284654: Modal behavior returns to wrong stage

Reviewed-by: arapte, kcr

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

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


More information about the openjfx-dev mailing list