godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.34k stars 21.06k forks source link

ScrollBar no highlight in 3D #98003

Open rakkarage opened 1 week ago

rakkarage commented 1 week ago

Tested versions

Reproducible in:

Works in:

System information

Godot v4.3.stable - Ubuntu 24.04.1 LTS 24.04 - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 6600 (RADV NAVI23) - 12th Gen Intel(R) Core(TM) i5-12400F (12 Threads)

Issue description

In the gui_in_3d demo the mouse over highlight works on buttons and sliders, but if you add a scroll bar it does not show mouseover highlight for scroll bar?

https://github.com/godotengine/godot-demo-projects/blob/master/viewport/gui_in_3d/gui_3d.gd

Thanks.

Steps to reproduce

Minimal reproduction project (MRP)

https://github.com/rakkarage/test-grabber

AThousandShips commented 1 week ago

Sounds like this issue:

rakkarage commented 1 week ago

Thanks. It does seem kinda familiar, but since the highlight works for buttons and sliders, and example not directly using _gui_input idk...