RFR: 8298500: Create test to initially show stage with various attributes (iconified, maximized, full screen) [v2]

Lukasz Kostyra lkostyra at openjdk.org
Mon Sep 18 09:42:45 UTC 2023


On Fri, 15 Sep 2023 15:21:45 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> I don't see a bug tracking the failure of a maximized window. [JDK-8253997](https://bugs.openjdk.org/browse/JDK-8253997) describes a problem where the window is shown normal size and then animated to maximized

I found out this is a problem when trying to call `setMaximized(true)` after establishing Stage position with `setX()` and `setY()`. Seems like a separate issue, I will file a bug with the test program I just made (also it is macOS exclusive, Windows handles this just fine).

> Yes, it does seem like there are two or three product bugs on Linux. Can you file new bugs, and then use those bug IDs to exclude the failing tests on Linux? I'll test this on Ubuntu and see if that behaves differently than Fedora.

Will do. I'll also attach test programs for these.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1240#issuecomment-1723067395


More information about the openjfx-dev mailing list