RFR: 8351867: No UI changes while iconified [v3]

Martin Fox mfox at openjdk.org
Wed Jun 18 22:59:32 UTC 2025


On Wed, 18 Jun 2025 21:52:22 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:

> Do I need to add additional code for that case? The fix is now in `WindowEvent.RESTORE`, which I think should be catching both cases, or does de-iconifying to a maximized stage somehow not send a restore event?

At least on Windows you can go straight from an iconified state to a maximized state and the only event you'll see is WindowEvent.MAXIMIZE. That should be true on the Mac as well but there are bugs in the way glass handles maximized windows so I'm not entirely sure what the event sequence is.

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

PR Comment: https://git.openjdk.org/jfx/pull/1733#issuecomment-2985963747


More information about the openjfx-dev mailing list