RFR: 8348095: [Linux] Menu shows up in wrong position when using i3 windows manager in full screen mode

2025-02-09 Thread Thiago Milczarek Sayao
The issue was with the view's position, specifically the content's X and Y coordinates relative to the window, including its decorations. When in fullscreen mode, the window remains decorated, but the decorations are hidden. As a result, the content's position needs to be recalculated to account

Re: RFR: 8348100: Tooltips cannot be instantiated on background thread [v3]

2025-02-09 Thread Michael Strauß
On Fri, 7 Feb 2025 19:19:53 GMT, Andy Goryachev wrote: >> ## Root Cause >> navigating up the parent hierarchy during CSS processing in a background >> thread encounters a null parent, causing the NPE. The null parent comes >> from a static Toolkit.BEHAVIOR field. >> >> ## Solution >> avoid th

Re: [External] : Re: Focus delegation API

2025-02-09 Thread Michael Strauß
> But on re-reading the PR I see that it’s the child of the delegating node > that’s adding the dispatcher. Could you elaborate on why that is? I guess that's just the way I made it work. Implementing this in Control is not something I've thought about a lot. > I should have asked a different q

Re: Bug: Impossible to load 2+ independent applications if both are using the same JFX version (Windows, JFX 23.0.2+3)

2025-02-09 Thread Johan Vos
Hi Cormac, I understand the problem, and I agree it can be really annoying. It either needs better communication, or a fix. The maven artifacts are something we added with Gluon (hence not Oracle). As you said, windows signing certificates come with a price (and building hassle). The reason we sta