godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.8k stars 21.13k forks source link

changing tabs bug #95081

Open farm-er opened 3 months ago

farm-er commented 3 months ago

Tested versions

4.2 stable

System information

ubuntu 22.04.4 LTS

Issue description

pretty straight forward: when right clicking on a scene and changing tabs the menu that appears stays on top. and it's clickable

Steps to reproduce

create any node and open the little options menu then change tabs. you can change tabs by alt + Tab or just clicking on an icon on the side bar.

Minimal reproduction project (MRP)

...

AThousandShips commented 3 months ago

Please try with a supported version like 4.2.2 to make sure this still occurs

farm-er commented 3 months ago

it's version 4.2.2 stable sorry didn't specify it. And can you look at the problem I'm getting with exporting to android #95070

MM4096 commented 3 months ago

This does happen with v4.2.2 (Ubuntu 24.04, Wayland). This also includes changing desktops with Super + Scroll. The panel is fully interactable, and doesn't disappear when any other window gains focus. I have also tested this out in 4.3 (rc2) and the bug is still present. See my video attached for examples.

System information: Godot v4.3.rc2.mono - Ubuntu 24.04 LTS 24.04 - Wayland - Vulkan (Forward+) - integrated Intel(R) HD Graphics 4400 (HSW GT2) - Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz (4 Threads)

https://github.com/user-attachments/assets/fab6a2b3-bfee-48c2-89e2-7060aa122f96

farm-er commented 3 months ago

there is also a problem after suspending the system and getting back. Some things don't work and sometimes godot crashes after doing anything. I will investigate more and open an issue when i get the time