On Mon, 24 Apr 2023 23:52:46 GMT, Kevin Rushforth <[email protected]> wrote:
>> I could do a Iconified test, but I think it would not test the case that >> happened before, the window pops (because of `requestFocus`) and then gets >> iconified (the user sees the window showing then iconifying). > > That seems good enough to verify that the window doesn't stay showing. @kevinrushforth I was checking and `SceneChangeShouldNotFocusStageTest` added on [JDK-8296621](https://bugs.openjdk.org/browse/JDK-8296621) does exactly that. But I noticed the same as you described on [JDK-8298500](https://bugs.openjdk.org/browse/JDK-8298500). @jperedadnr The `WinIconified.java` attached is to show that a window should stay iconified and that it is initially iconified (does not pop on the screen and then gets iconified). ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1110#discussion_r1175904513
