RFR: 8306121: Scene not rendered initially when changing scenes after fix for JDK-8296621 [v5]
Jose Pereda
jpereda at openjdk.org
Sat May 27 18:00:04 UTC 2023
On Sun, 14 May 2023 12:43:49 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:
>> If not as system test, then could you add `WinIconified` as manual test, with some javadoc as quick instructions on how to check that it works as expected?
>
> @jperedadnr added.
Thanks, @tsayao
I'm running these tests now on Linux (Ubuntu 20.04) and MacOS (13.3.1):
- controls:test
- Manual/ StartIconified
- System/Robot test.robot.javafx.stage.IconifyTest
- System/Robot test.robot.javafx.scene.SceneChangeShouldNotFocusStageTest
On Linux, all of them work fine.
On MacOS:
- Work fine
- I see the stage, it is not iconified (with or without your patch). Is this a know issue?
- Works fine
- Fails: it is not iconified (with or without your patch, also I had another issue with scene being null). Is it a known issue as well?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1110#discussion_r1208081443
More information about the openjfx-dev
mailing list