-
-
Notifications
You must be signed in to change notification settings - Fork 21.8k
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
Changing the tooltip delay in project settings affects the editor #9030
Comments
First of all thank you for your report and sorry for the delay. We released Godot 3.0 in January 2018 after 18 months of work, fixing many old issues either directly, or by obsoleting/replacing the features they were referring to. We still have hundreds of issues whose relevance/reproducibility needs to be checked against the current stable version, and that's where you can help us. For bug reports, please also make sure that the issue contains detailed steps to reproduce the bug and, if possible, a zipped project that can be used to reproduce it right away. This greatly speeds up debugging and bugfixing tasks for our contributors. Our Bugsquad will review this issue more in-depth in 15 days, and potentially close it if its relevance could not be confirmed. Thanks in advance. Note: This message is being copy-pasted to many "stale" issues (90+ days without activity). It might happen that it is not meaningful for this specific issue or appears oblivious of the issue's context, if so please comment to notify the Bugsquad about it. |
Yes this issue still happens in Godot 3.0.2 |
This seems to be fixed in the master branch (631cf67). |
I just tested this again with 1c16941 (from Calinou's nightly builds) and it's still happening. |
@akien-mga Can this be reopened? It's still present in 3.1 alpha 3. |
I can still reproduce this on v4.3.dev.custom_build [cbd43ce9b]: simplescreenrecorder-2024-02-12_22.38.41.mp4Remember that tooltip delay project setting changes only affect the editor after you restart it. Here, I changed it to |
This could be resolved with #85678 by adding a separate delay for editor. |
Operating system or device - Godot version:
Windows 10 64bit - Godot 2.1.3 and Godot 3.0
Issue description:
Changing the tooltip delay in project settings will affect the editor's tooltips (after closing the project and reopening it). It should only affect the tooltips in-game.
Steps to reproduce:
Open any project, go to project settings and set tooltip delay to 0, then close the project and reopen it. Now all tooltips in the editor appear instantly.
The text was updated successfully, but these errors were encountered: