RFR: 8329821: [Linux] When using i3 WM, menus are incorrectly sized

Christopher Schnick duke at openjdk.org
Sat Apr 6 17:47:08 UTC 2024


On Sat, 6 Apr 2024 17:34:06 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:

> Simple fix to only request `_NET_FRAME_EXTENTS` if window has decoration.
> 
> It seems i3 replies with decorated sizes, even if window is not decorated.
> 
> Won't hurt other WMs.

I recently got a report from a user running the latest xfce version that had the same problem where context menus and tooltips were cut off. But this fix is specific to i3?

![image](https://github.com/openjdk/jfx/assets/72509152/93e4171c-0e0d-45b6-bc0c-da725ceabd26)

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1437#issuecomment-2041148672


More information about the openjfx-dev mailing list