-
-
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
Context Menu stops capturing mouse input after some unknown trigger #61758
Comments
I noticed that too, but it's quite rare. Happens after using the editor for some time. |
Noticed this too after working with SkeletonIK. Also after waking up from window hibernate. |
Still present in latest master. Workaround is to enable single-window mode, for anyone who's having this issue. I also don't need to restart Godot to fix it, since most of the time it fixes itself by closing and re-opening the same menu (this at least works for the "select resource" dropdown menu, or the "scene/project" menu at the top). |
This is still happening, or at least partially. Sometimes a popup is unresponsive, but it works again when you close and reopen it. It's quite rare and mostly harmless. |
I am porting my plugin to Godot 4.0.1, and I noticed a similar issue after doing some specific actions. I have an importer dialog, which popups some child dialogs to let the user pick images, then the user can click "OK", which triggers a filesystem The issue mysteriously goes away after doing the same process again, but it's quite random. It seems the issue already starts happening once I opened a child dialog a few times from an existing dialog. |
Godot_v4.0.3-rc2_win64.exe I don't know if this issue is related to the popup size/location with relation to the size/location of the godot main window? The videos below were taken on a secondary monitor at 1920x1080. I normally have godot running on my main monitor (3440x1440), but only on the right half of the screen. The issue happens often enough that I switched to single window mode instead. In the below videos (with single window mode off), I have made the godot window as small as possible, and moved godot to each corner of the screen.
|
I have the same problem in v4.0.3.stable.mono.official [5222a99] |
I haven't seen this bug for a long time, probably fixed in 4.2. |
Godot version
4.0-alpha9 (however others have reported since alpha7)
System information
Windows 10
Issue description
At some point in a work session, the editor will spawn context menus and dropdown menus that do not respond to mouse input. Keyboard navigation continues to work. Restarting the editor / reloading the current project will fix.
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: