-
-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Milestone
Description
Tested versions
Reproducible in:
Works in:
- v4.2.stable.official [46dc277]
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
- It works when the ui is extracted to a 2d scene and run like that. scroll bar shows mouse over highlight. But in 3D not work?
- It works fine for buttons and sliders.
- It shows the highlight sometimes if you click around on the bar to move the grabber around a bit and then correctly un-highlights when move off bar… but should show on mouse over like it does for other controls?
Thanks.
Steps to reproduce
- make a control scene with a scroll bar, note highlight works
- put it in 3d, note it not
Minimal reproduction project (MRP)
Reactions are currently unavailable