RFR: 8351867: No UI changes while iconified
Kevin Rushforth
kcr at openjdk.org
Fri May 9 19:34:58 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
In reading through all of the comments again, I think that the proposed solution, with the addition of `entireSceneNeedsRepaint`, is a reasonable one. The only other question I have is: Would it be possible to create an automated test that fails (on macOS at least) without the fix and passes on all platforms with the fix?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1733#issuecomment-2867696715
More information about the openjfx-dev
mailing list