Re: RFR: 8306121: Scene not rendered initially when changing scenes after fix for JDK-8296621 [v4]

2023-06-15 Thread Thiago Milczarek Sayao
On Mon, 24 Apr 2023 11:25:28 GMT, Jose Pereda wrote: >> Now I see that the call will actually get delayed. >> >> `javafx.stage.Window` will do the calls when the window will be shown(). On >> line 1162 `WindowStage.setScene` is called: >> >> >> peer.setScene(SceneHelper.getPeer(getScene()));

Re: RFR: 8306121: Scene not rendered initially when changing scenes after fix for JDK-8296621 [v4]

2023-06-13 Thread Kevin Rushforth
On Mon, 24 Apr 2023 11:25:28 GMT, Jose Pereda wrote: >> Now I see that the call will actually get delayed. >> >> `javafx.stage.Window` will do the calls when the window will be shown(). On >> line 1162 `WindowStage.setScene` is called: >> >> >> peer.setScene(SceneHelper.getPeer(getScene()));

Re: RFR: 8306121: Scene not rendered initially when changing scenes after fix for JDK-8296621 [v4]

2023-06-13 Thread Kevin Rushforth
On Mon, 24 Apr 2023 11:25:28 GMT, Jose Pereda wrote: >> Now I see that the call will actually get delayed. >> >> `javafx.stage.Window` will do the calls when the window will be shown(). On >> line 1162 `WindowStage.setScene` is called: >> >> >> peer.setScene(SceneHelper.getPeer(getScene()));

Re: RFR: 8306121: Scene not rendered initially when changing scenes after fix for JDK-8296621 [v4]

2023-04-24 Thread Thiago Milczarek Sayao
On Sat, 22 Apr 2023 18:41:53 GMT, Thiago Milczarek Sayao wrote: >> Thiago Milczarek Sayao has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Revert "The window could start iconified." >> >> This reverts commit

Re: RFR: 8306121: Scene not rendered initially when changing scenes after fix for JDK-8296621 [v4]

2023-04-24 Thread Jose Pereda
On Sat, 22 Apr 2023 18:41:53 GMT, Thiago Milczarek Sayao wrote: >> Thiago Milczarek Sayao has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Revert "The window could start iconified." >> >> This reverts commit

Re: RFR: 8306121: Scene not rendered initially when changing scenes after fix for JDK-8296621 [v4]

2023-04-22 Thread Thiago Milczarek Sayao
On Sat, 22 Apr 2023 17:00:50 GMT, Thiago Milczarek Sayao wrote: >> I replicated the fix on #1054 on Linux. >> >> Also fixes [Monocle: Stage no longer gets focus after fix for >> JDK-8296621](https://bugs.openjdk.org/browse/JDK-8304734) > > Thiago Milczarek Sayao has updated the pull request

Re: RFR: 8306121: Scene not rendered initially when changing scenes after fix for JDK-8296621 [v4]

2023-04-22 Thread Thiago Milczarek Sayao
> I replicated the fix on #1054 on Linux. > > Also fixes [Monocle: Stage no longer gets focus after fix for > JDK-8296621](https://bugs.openjdk.org/browse/JDK-8304734) Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision: