Tooltips do not display

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By wildboar

I manually set buttons > Hint > Tooltip, but hovering mouse on it does not show anything, neither does it when having focus.

Am I supposed to turn tooltips on somewhere, or what am I doing wrong here ?

:bust_in_silhouette: Reply From: Merlin1846
  1. Make sure the tool tip is written their (I some how forgot that part once).

  2. Make sure the mouse mode is not set to ignore (it won’t work if it is).

  3. Some of the nodes such as one of the text edits/line edits have a tool tip disable button make sure it is set to allow them

Thats all I know, without further testing, or knowledge of the system you have set up for the node.

Thanks I made sure everything you said is correct, and looks like everything is. After testing with new scene I found out tool tips work, and narrowed down the issue was my script… (by instancing the scene and detaching script)

Its 300 lines of code so I won’t be posting it here but I would appreciate if anyone knows common ways script may break tool tips ?

wildboar | 2021-02-24 05:56