godotengine / godot

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

Visual create shader node window vanishes instantly in tiling window manager sway #61693

Open croxis opened 2 years ago

croxis commented 2 years ago

Godot version

4.0 alpha 9

System information

Arch linux, wayland, sway

Issue description

When right clicking Add Node in the visual shader editor, the "Create Shader Node" appears for just a moment, before vanishing again. It appears that sway is attempting to tile the Create Shader Node popup.

Steps to reproduce

Run Godot in Sway Create an object that uses a visual shader Click add node in the visual shader

Minimal reproduction project

No response

akien-mga commented 1 year ago

Is this still reproducible in 4.0 RC 3 or later?

croxis commented 1 year ago

Yes it is.

RibalGZ commented 1 year ago

It also happens to me in DWL

atmatto commented 1 year ago

This bug is also present in DWM (X11, Godot v4.1.1.stable). Enabling the single window mode (Editor Settings > Interface > Editor) seems to be a good workaround.