Skip to content
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

Popup window is closed by tooltips of other components on X11 #94615

Closed
Cliear opened this issue Jul 22, 2024 · 7 comments · Fixed by #95044 · May be fixed by #94688
Closed

Popup window is closed by tooltips of other components on X11 #94615

Cliear opened this issue Jul 22, 2024 · 7 comments · Fixed by #95044 · May be fixed by #94688

Comments

@Cliear
Copy link

Cliear commented Jul 22, 2024

Tested versions

Godot_v4.3-beta1_linux.x86_64

System information

WSL Version: 2.2.4.0 Kernel Version: 5.15.153.1-2 WSLg Version: 1.0.61 MSRDC Version: 1.2.5326 Direct3D Version: 1.611.1-81528511 DXCore Version: 10.0.26091.1-240325-1447.ge-release Windows Version: 10.0.19045.4651

Issue description

X11 popup window is closed when the mouse hovers over other components with tooltip

Steps to reproduce

tooltip

Minimal reproduction project (MRP)

N/A

@Cliear
Copy link
Author

Cliear commented Jul 22, 2024

All other platforms are running correctly, except for X11.

@Cliear
Copy link
Author

Cliear commented Jul 22, 2024

This is linux 4.3 beta3

tooltip_beta3

And this is windows 4.3 beta3
tooltip_windows

By the way, Wayland can run correctly.

@Giganzo
Copy link
Contributor

Giganzo commented Jul 22, 2024

On 4.2.2 this doesn't happen

@akien-mga
Copy link
Member

I can confirm the issue on Fedora 40 KDE Wayland using the X11 display server in multi window mode. It's not reproducible in single window mode or with the Wayland display server (which only supports single window mode).

The issue doesn't happen in 4.3.dev6 and seems reproducible in 4.3.beta1 onwards.

@Calinou
Copy link
Member

Calinou commented Jul 22, 2024

The issue doesn't happen in 4.3.dev6 and seems reproducible in 4.3.beta1 onwards.

I can reproduce this on 4.3.dev6 personally, but not 4.3.dev5 and earlier on Fedora 40 KDE X11.

I bisected the regression to #89058. cc @dalexeev

@akien-mga
Copy link
Member

Hacking the custom tooltip system is the gift that keeps on giving :)

@Cliear
Copy link
Author

Cliear commented Jul 23, 2024

It seems that all popup window can be closed by this method
any_popup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment