On Fri, 15 Sep 2023 15:21:45 GMT, Kevin Rushforth <k...@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