ScrollBar Highlight in 3D

Godot Version

v4.3.stable.official [77dcf97d8]

Question

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?

  • 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?

Here is a simple test or can try in gui_in_3d.

I guess just a bug? Unless anyone has any input I will post an issue.

Thanks.