[jfx17u] RFR: 8251240: Menus inaccessible on Linux with i3 wm

2023-12-17 Thread Jose Pereda
Clean backport of 8251240: Menus inaccessible on Linux with i3 wm Reviewed-by: jpereda, jvos - Commit messages: - 8251240: Menus inaccessible on Linux with i3 wm Changes: https://git.openjdk.org/jfx17u/pull/173/files Webrev: https://webrevs.openjdk.org/?repo=jfx17u&pr=173&range=00

[jfx21u] RFR: 8251240: Menus inaccessible on Linux with i3 wm

2023-11-23 Thread Jose Pereda
Clean backport of 8251240: Menus inaccessible on Linux with i3 wm Reviewed-by: jpereda, jvos - Commit messages: - 8251240: Menus inaccessible on Linux with i3 wm Changes: https://git.openjdk.org/jfx21u/pull/34/files Webrev: https://webrevs.openjdk.org/?repo=jfx21u&pr=34&range=00

Re: RFR: 8251240: Menus inaccessible on Linux with i3 wm

2023-09-15 Thread Kevin Rushforth
On Sun, 3 Sep 2023 15:33:33 GMT, Thiago Milczarek Sayao 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

Re: RFR: 8251240: Menus inaccessible on Linux with i3 wm

2023-09-04 Thread Johan Vos
On Sun, 9 Jul 2023 17:43:05 GMT, Thiago Milczarek Sayao 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 >

Re: RFR: 8251240: Menus inaccessible on Linux with i3 wm

2023-09-03 Thread Thiago Milczarek Sayao
On Sun, 9 Jul 2023 17:43:05 GMT, Thiago Milczarek Sayao 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 >

Re: RFR: 8251240: Menus inaccessible on Linux with i3 wm

2023-07-10 Thread Thiago Milczarek Sayao
On Mon, 10 Jul 2023 08:06:34 GMT, Johan Vos 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 >> calculat

Re: RFR: 8251240: Menus inaccessible on Linux with i3 wm

2023-07-10 Thread Johan Vos
On Sun, 9 Jul 2023 17:43:05 GMT, Thiago Milczarek Sayao 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 >

Re: RFR: 8251240: Menus inaccessible on Linux with i3 wm

2023-07-09 Thread Jose Pereda
On Sun, 9 Jul 2023 17:43:05 GMT, Thiago Milczarek Sayao 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 >

RFR: 8251240: Menus inaccessible on Linux with i3 wm

2023-07-09 Thread Thiago Milczarek Sayao
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. - Commit messages: - Merge branch 'master' into