godot icon indicating copy to clipboard operation
godot copied to clipboard

Tooltip is missing info text (Layer values, Node type, Configuration warning)

Open TAGames opened this issue 1 year ago • 1 comments

Tested versions

Reproducable in: v4.2.1.stable.official [b09f793f5], v4.2.2.stable.official [15073afe3],
v4.3.dev6.mono.official [89850d553]

Not reproducable in: v4.1.4.stable.official [fe0e8e557]

System information

Godot v4.3.dev6.mono - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 SUPER (NVIDIA; 31.0.15.5244) - AMD Ryzen 7 3800X 8-Core Processor (16 Threads)

Issue description

The tooltip is missing all info text like collision layer values, node types and configuration warnings. Basically everything after the headline/title.

The last version I had the tooltip working was v4.1.4.stable.official [fe0e8e557].

Godot 4 2 1 Type

Godot 4 2 1

Things I couldn't reproduce was the tooltip for configuration warnings. Sometimes the warning was shown only the first time when hovering it, sometimes it wasn't and sometimes it was shown for the parent node but not for the child node, as seen in the video:

https://github.com/godotengine/godot/assets/35117125/cdad0b40-a60d-4893-8b6a-dd252aeef377

Steps to reproduce

  1. Create new project
  2. Create a new node, for example area2d
  3. Hover node in scene tree to show tooltip/hover collision layer/mask values

Edit: 4. EditorSettings: Display Scale: Custom. Custom Display Scale 1.4

Minimal reproduction project (MRP)

N/A

TAGames avatar May 14 '24 20:05 TAGames

Update:

I used EditorSettings:

  • Display Scale: Custom
  • Custom Display Scale: 1.4 on a 4k screen (using other resolutions didn't change anything).

Setting the scale to anything other than 1.4 fixed the issue. (Tested 1.0, 1.2, 1.3, 1.41, 1.5). But setting it back to 1.4 brings back the issue of missing tooltip texts. I'm very confused now...

https://github.com/godotengine/godot/assets/35117125/633ed06b-5a85-46dc-8a20-de91b6e88a5c

No issue with that in v4.1.4.stable.official [fe0e8e557].

TAGames avatar May 14 '24 21:05 TAGames