Persistent resize dialog when scrollbar is present #9820
Issue DescriptionWhen the scrollbar is visible, the resize dialog constantly reappears (see video). Screencast.from.2025-12-05.12-16-24.webmDisabling the scroll bar (e.g. clearing the screen, going to the alt screen, or setting Expected BehaviorThere should not be a resize dialog when the window is not being resized. Actual BehaviorThe resize dialog appears when the window is not resized and persistently reappears. Reproduction Steps
Ghostty LogsNo response Ghostty VersionThe commit hash is stripped for some reason, but this is using the latest tip release as of this writing (08c9661). OS Version InformationUbuntu 24.04.3 (Linux only) Display ServerWayland (Linux only) Desktop Environment/Window ManagerGNOME 46.0 Minimal Ghostty Configuration# Reproduces with default configurationAdditional Relevant ConfigurationNo response I acknowledge that:
|
Replies: 3 comments 9 replies
|
I've not seen this problem on sway both in tiling or floating mode, I also tried client side decor nothing there either I also just rebuilt the latest commit |
|
I also ran across this one and I tried to investigate this a little more. As far as I can tell the root cause of this is, that when the "resize_overlay" widget is hidden with So I see following two issues:
I could PR a patch along the lines of the suggested one by alexkuz. This fixed this issue for me. |
Promoted to issue in #11970.