RFR: 8351867: No UI changes while iconified

Thiago Milczarek Sayao tsayao at openjdk.org
Sun Apr 6 21:54:53 UTC 2025


On Thu, 13 Mar 2025 10:36:40 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:

> Adds code to trigger a scene update when a Window is restored
> 
> This seems to solve https://bugs.openjdk.org/browse/JDK-8351867 and https://bugs.openjdk.org/browse/JDK-8146479

Hmm, it also relates to something else I was intrigued by:

What happens if the Stage is both Maximized and Iconified? If `RESTORED` assumes that the window is neither Maximized nor Iconified, then when a Maximized and Iconified window is de-iconified (presented), it should not be considered `RESTORED` — and in this case, the bug still persists.

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

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


More information about the openjfx-dev mailing list