Re: Stage Maximized/Iconified at the same time

2025-04-10 Thread Thiago Milczarek Sayão
Hi Martin, I’ve started a broader effort to fix some open Linux bugs related to XWayland and Xorg here: https://github.com/openjdk/jfx-sandbox/compare/master...glass_gtk_bug_squashing It's a work in progress—I'm planning to roll back some changes to narrow the modifications and submit some of it

Re: Stage Maximized/Iconified at the same time

2025-04-10 Thread Martin Fox
The maximized state on Mac is murkier than it is on Windows and Linux but, yes, a window can be both iconified and maximized at the same time. The code you referenced looks correct. If you de-iconify a maximized window the WindowEvent should be MAXIMIZE, not RESTORE. What steps are you taking w

Re: Stage Maximized/Iconified at the same time

2025-04-10 Thread Andy Goryachev
good catch! -andy From: openjfx-dev on behalf of Thiago Milczarek Sayão Date: Thursday, April 10, 2025 at 05:17 To: openjfx-dev Subject: Stage Maximized/Iconified at the same time Hi, I don't have a Mac to test, but on Linux and Windows, a window can be both maximized and iconified at the s