-
-
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
Empty popup when right-clicking favorites #60921
Comments
Likely caused by #59287 |
CC @godotengine/windows @Vitika9 |
I'm close to fixing this without disabling right clicks, I believe. |
[deleted, posted on wrong issue] |
@KoBeWi yes, all my testing is with that PR reverted. With the PR, it currently happens 100% of the time. I am not entirely sure yet if I have seen it from a race condition with the PR reverted. |
I have a fix, just waiting on PR in the same area to go in first for clean rebase. |
popup no longer tries to close itself a second time popup no longer closes after having been reopened fixed bug in RenameDialog not calling base (by inspection) fixes godotengine#59181 fixes godotengine#60921 reverts godotengine#59287
Godot version
5dae0cb
System information
Windows 10 x64
Issue description
When you right-click any file in filesystem dock and then right-click favorites, you end up with empty popup.
Normally right-clicking favorites doesn't do anything, so likely what happens is that you have a popup visible and then it gets
cleared.
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: