Re: Platform diferences

2024-06-18 Thread Martin Fox
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

Re: Platform diferences

2024-06-17 Thread Andy Goryachev
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

Re: Platform diferences

2024-06-17 Thread Kevin Rushforth
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 Milczarek Sayão *Date: *Monday, June 17, 2024 at 13:47 *To: *openjfx-dev *Subject: *Platform diferences I'm forwarding here since it'

Re: Platform diferences

2024-06-17 Thread Kevin Rushforth
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

Re: Platform diferences

2024-06-17 Thread Andy Goryachev
Milczarek Sayão Date: Monday, June 17, 2024 at 13:47 To: openjfx-dev Subject: Platform diferences I'm forwarding here since it's unrelated to the specific issue. The existing behavior on Linux is to center the windows. I think we should let the window manager decide and don't to

Platform diferences

2024-06-17 Thread Thiago Milczarek Sayão
I'm forwarding here since it's unrelated to the specific issue. The existing behavior on Linux is to center the windows. I think we should let the window manager decide and don't touch the initial position (unless the user sets it). On mutter, for example, there's an option to automatically cente