-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Property tooltips are cut-off on Linux (DisplayServer regression) #61712
Comments
I forgot to add, this is with GNOME at Xorg. Wayland disabled. |
Same here, issue did not exist in alpha 8. Fedora Silverblue 36, Ryzen 2400G, X11/GNOME (edit: also on Wayland) |
For me (v4.0.alpha.custom_build [0df0a07]), it works well, no such issue. Debian, X11/GNOME |
I use wayland with swaywm and I've been encountering this issue as well. |
Still happens in v4.0.alpha.custom_build.136f84fc3. |
I took a look at this, also on sway/wayland. There the issue is even more clear, as the 'cut-off' part is simply black. In my case, I'm using the property tooltips of the inspector as a reproducer. I'm not sure whether this really is a DisplayServer regression- the Going down the rabbit hole, the Hypothesis one is thus that somewhere in the hierarchy of controls, something is reporting a wrong/stale (caching is involved) height. The other is that there is a race condition, since upon closer inspection, the black part of the popup is exactly as large as the popup should be. EDIT: So digging a bit further I think this is an unfortunate interplay between the Maybe @Calinou knows how this is supposed to work/knows who would know? |
Can't reproduce on Windows. All reports so far pretty much confirm this only exists on Linux. |
Confirmed X11/KDE. Also happens with the properties in the inspector. |
Confirm that this is still persistent in v4.0.alpha14 on Gnome Wayland |
See also duplicate #62496 for some details. Notably:
|
@bruvzg Seems like my hunch in #62496 (comment) was correct, I finally took the time to bisect between 4.0 alpha 8 and alpha 9, and I landed on cfcdfc3.
(That was a long bisect when I had found the culprit commit on the first step already :P) |
OK, I have checked this change again, tooltips do not use threaded mode, but I think I see what might be causing it - #64783. I'll test it tomorrow, since it's not reproducible on macOS and Windows and there might be underlying bug in the X11 window handling as well. |
Bugsquad note: This issue has been confirmed several times already. No need to confirm it further.
Godot version
v4.0.alpha9.official [fc18891]
System information
Fedora 35, Vulkan, RX Vega 64
Issue description
Property tool tips are cut-off. It seems as if the buffer is too short.
The tool tip window itself is sized properly and different for every property as it should be.
Steps to reproduce
Minimal reproduction project
No response
Bugsquad edit (keywords for easier searching): cut, clip, cutoff
The text was updated successfully, but these errors were encountered: