RFR: 8306121: Scene not rendered initially when changing scenes after fix for JDK-8296621 [v20]
Kevin Rushforth
kcr at openjdk.org
Sat Jun 17 14:10:30 UTC 2023
On Wed, 14 Jun 2023 15:06:20 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
>> Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Insert copyright
>
> modules/javafx.graphics/src/main/java/javafx/stage/Stage.java line 1192:
>
>> 1190: if (!isIconified()) {
>> 1191: peer.requestFocus();
>> 1192: }
>
> This works fine on Android.
Thanks for confirming. I just now closed [JDK-8304476](https://bugs.openjdk.org/browse/JDK-8304476) as a duplicate of [JDK-8306121](https://bugs.openjdk.org/browse/JDK-8306121).
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1110#discussion_r1233067874
More information about the openjfx-dev
mailing list