Persistent resize dialog when scrollbar is present #9820
Replies: 2 comments 6 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 |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
When the scrollbar is visible, the resize dialog constantly reappears (see video).
Screencast.from.2025-12-05.12-16-24.webm
Disabling the scroll bar (e.g. clearing the screen, going to the alt screen, or setting
scrollbar = never) makes the dialog go away.Expected Behavior
There should not be a resize dialog when the window is not being resized.
Actual Behavior
The resize dialog appears when the window is not resized and persistently reappears.
Reproduction Steps
Ghostty Logs
No response
Ghostty Version
The commit hash is stripped for some reason, but this is using the latest tip release as of this writing (08c9661).
OS Version Information
Ubuntu 24.04.3
(Linux only) Display Server
Wayland
(Linux only) Desktop Environment/Window Manager
GNOME 46.0
Minimal Ghostty Configuration
# Reproduces with default configurationAdditional Relevant Configuration
No response
I acknowledge that:
```) on separate lines.Beta Was this translation helpful? Give feedback.
All reactions