On Sun, 14 May 2023 12:43:49 GMT, Thiago Milczarek Sayao <tsa...@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