When cursor is hovered to an element that calls out tooltips, the tooltips appear normally.
However, when the cursor is then move on to nearby element that has the same message (e.g. from top visibility button to visibility button below), the tooltips do not disappear, stay at the same position as before, and do not appear in the new position.
They will function normally if the hover is then move outside of the button to:
Empty space, or
Other different button/elements
Other Information:
Enabling Single Window Mode does not do anything.
Edit: Thought it could be related to settings that narrows the gap in between, but after testing out with a clean Godot install, issue persists.
Edit 2: Scrolling when tooltips are visible will immediately close the tooltips.
Note that the tooltips disappear once during hovering on the scripts, probably because it touched the tooltips instead of the button. The 4 dark-blue scripts are the same script, while the 2 gray scripts at the bottom are different from the dark-blue script.
Steps to reproduce
Hover to an icon.
Hover to other icon below or above that is the same as the icon before. Tooltips do not function properly here.
Hover to other different icon nearby or empty space. Tooltips function properly here.
Tested versions
System information
Windows 10.0.22631 (Windows 11) - GLES3 (Compatibility) - NVIDIA GeForce GTX 1050 (NVIDIA; 31.0.15.3734) - 12th Gen Intel(R) Core(TM) i5-12400 (12 Threads)
Issue description
When cursor is hovered to an element that calls out tooltips, the tooltips appear normally. However, when the cursor is then move on to nearby element that has the same message (e.g. from top
visibility button
tovisibility button
below), the tooltips do not disappear, stay at the same position as before, and do not appear in the new position.They will function normally if the hover is then move outside of the button to:
Other Information:
Single Window Mode
does not do anything.https://github.com/user-attachments/assets/5e0ab15a-88d2-4960-b94a-183896925b76
Note that the tooltips disappear once during hovering on the scripts, probably because it touched the tooltips instead of the button. The 4 dark-blue scripts are the same script, while the 2 gray scripts at the bottom are different from the dark-blue script.
Steps to reproduce
Minimal reproduction project (MRP)
n/a