RFR: 8251240: Menus inaccessible on Linux with i3 wm
Johan Vos
jvos at openjdk.org
Mon Sep 4 08:48:51 UTC 2023
On Sun, 9 Jul 2023 17:43:05 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:
> The bug happens because `gdk_window_get_frame_extents` is not returning the correct position when o i3-wm, probably by some bug on the wm itself.
>
> Te fix replaces the usage of the function for already known extents value calculation.
I am very careful when generic glass code is changed, but with the explanation added, I don't see a potential case for regression, so +1 from me.
We should encourage developers to use 22-ea builds to make sure there is indeed no regression.
-------------
Marked as reviewed by jvos (Reviewer).
PR Review: https://git.openjdk.org/jfx/pull/1173#pullrequestreview-1609059785
More information about the openjfx-dev
mailing list