On Fri, 16 Oct 2020 10:39:09 GMT, Johan Vos <j...@openjdk.org> wrote:
> Don't check on windows visiblity when requesting focus. > For a new window, the call to requestFocus is done before the visibility is > set to true. > Fix for JDK-8254605 @arapte and @kevinrushforth Since you reviewed https://github.com/openjdk/jfx/pull/153 can you review this? I think the change in #153 does not check on "closed stages" but on "windows that are not visible yet" which is not the same. Therefore, this PR would revert #153 as it introduces regression. ------------- PR: https://git.openjdk.java.net/jfx/pull/322