RFR: 8313424: JavaFX controls in the title bar (Preview) [v81]
Cormac Redmond
duke at openjdk.org
Sat Jun 7 23:07:09 UTC 2025
On Thu, 5 Jun 2025 00:50:30 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> Implementation of [`StageStyle.EXTENDED`](https://gist.github.com/mstr2/0befc541ee7297b6db2865cc5e4dbd09).
>
> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>
> rename WindowManager to DesktopEnvironment
I am noticing some strange artifacts, whereby the window icons are partially or completely disappearing, or (more often) their styling is not changing on hover.
I don't have a screenshot of all three disappearing, but it has happened.
I am not doing anything unusual, so this is odd. I know such a "bug" report without a reproducible example, is a pain. But this is just an FYI, that *something* is happening. No other styling is affected, just these windows icons. I will post more when I know more.
Here, my mouse was hovering over X (not in screenshot), note it isn't red:

Here, one icon has disappeared:

Here, two have:

What I appear to be able to reproduce the easiest, is where the three icons are still visible, but styling does not change on hover. All I need to do is click around my app a little bit, loading a few different (unrelated) views, and this "bug" occurs.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2953191791
More information about the openjfx-dev
mailing list