RFR: 8254605: repaint on Android broken

Johan Vos jvos at openjdk.java.net
Fri Oct 16 12:34:05 UTC 2020


On Fri, 16 Oct 2020 10:39:09 GMT, Johan Vos <jvos at 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


More information about the openjfx-dev mailing list