-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
"Entering a window while a window is hovered should never happen in DisplayServer." warning introduced recently #93085
Comments
I've been struggling to bisect this, I bisected twice between 4.3-beta1 and master and landed on different, completely unrelated commits.
I must have made a mistake twice... the error doesn't seem to be 100% reproducible every time. But #92908 added an |
Right I re-ran the last steps and confirmed that #92908 is also
It's reproducible simply by opening the project manager and checking the console output. So far I've assumed it's Linux specific, but worth confirming by testing Windows and macOS. |
You're right, on closer look at my older ThorVG PR backup I realize |
Probably X11 event is sent late, it should not be an issue. I'm not sure what's the best way to handle it and why this message is there in the first place. If the same window get enter event twice, it probably should be silently ignored without sending notification. |
This warning is happening on Windows as well. |
Tested versions
System information
Fedora Linux 40 (KDE Plasma) - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 7600M XT (RADV NAVI33) - AMD Ryzen 7 7840HS w/ Radeon 780M Graphics (16 Threads)
Issue description
Related to #86582 where it was reported by @capnm, copying their comment:
Current tip Linux x11 backtrace:
Godot Engine v4.3 ... 2fb296a
Vulkan 1.3.230 - Forward+ ...
I can reproduce it too, now bisecting.
Steps to reproduce
Minimal reproduction project (MRP)
n/a
The text was updated successfully, but these errors were encountered: