You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding buttons to a tree with tooltips, the tooltip should show up. Under specific circumstanced this will not happen. This is a regression since v4.3.dev6.
I have multiple columns in a tree, with many columns and one last column with buttons. The button column is set to not expanding. The button have all tooltips set. The tooltips trigger area are all shifted to the right, the most left button will show up on the next button or only after half of the button. Smaller buttons will increase this problem.
If you take a look at the next image, i marked the area in yellow where the tooltip will not show up.
Steps to reproduce
Just hover over the buttons, from left to right with the mouse. On the first and third tree the tooltip will show up later (more to the right).
Tested versions
System information
Godot v4.4.beta2 - Windows 11 (build 26100) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1080 Ti (NVIDIA; 32.0.15.6614) - AMD Ryzen 9 7900X 12-Core Processor (24 threads)
Issue description
When adding buttons to a tree with tooltips, the tooltip should show up. Under specific circumstanced this will not happen. This is a regression since
v4.3.dev6
.I have multiple columns in a tree, with many columns and one last column with buttons. The button column is set to not expanding. The button have all tooltips set. The tooltips trigger area are all shifted to the right, the most left button will show up on the next button or only after half of the button. Smaller buttons will increase this problem.
If you take a look at the next image, i marked the area in yellow where the tooltip will not show up.
Steps to reproduce
Just hover over the buttons, from left to right with the mouse. On the first and third tree the tooltip will show up later (more to the right).
Minimal reproduction project (MRP)
tempgodot.zip
The text was updated successfully, but these errors were encountered: