The alert is being shown without setting its screen or position so it will
default to the primary screen regardless of where the main window is. It might
make sense for new windows to default to the screen of the active stage to
reduce these sorts of surprises. In any case it looks like this dec
definitely a separate issue.
-andy
From: openjfx-dev on behalf of Kevin Rushforth
Date: Monday, June 17, 2024 at 15:09
To: openjfx-dev@openjdk.org
Subject: Re: Platform diferences
If it only misbehaves on multi-screen, then that's almost certainly a separate
issue.
-- Kevin
On 6/17
If it only misbehaves on multi-screen, then that's almost certainly a
separate issue.
-- Kevin
On 6/17/2024 1:52 PM, Andy Goryachev wrote:
Thank you for clarification.
I guess the only problem I see (and which applies to both mac and
linux) is that the alert window appears on the wrong mon
Positioning of Windows, among other window system interactions, is
inherently platform specific. We added language, primarily in support of
Wayland, to clarify this, but I can easily imagine other windowing
environments where this is also true. We should try for consistency
where possible, but
Thank you for clarification.
I guess the only problem I see (and which applies to both mac and linux) is
that the alert window appears on the wrong monitor - I would expect it to
appear on the same monitor where the main window is positioned.
-andy
From: openjfx-dev on behalf of Thiago Mil