Bug: UI ScrollBars Not Responding to Mouse Input
54 °C
Bug #13

UI ScrollBars Not Responding to Mouse Input

Status: Resolved
Priority:
Low
Added by:
liokindy
on May 25, '25
Assigned to:
Unassigned
Due date:
Reported for:

Steps to Reproduce

  1. Open a UI panel that is tall enough to have a ScrollBar on the right
  2. Try to hover over it or clicking it with the mouse
  3. Nothing happens

Explanation

ScrollBars on UI Panels don't interact with the mouse, even though they have code that indicates they should.

Clicking on them doesn't do anything, and hovering over them with the mouse doesn't highlight them.

Inspecting their code shows they do have intended behavior for this. Scrolling their parent panel on click, and being selected/highlighted on white when hovered over.

The problem seems to be that the Area checked to see if the ScrollBar's parent panel mouse events are triggered is just not big enough, making it impossible to ever trigger the ScrollBar's mouse click/hover code

Watchers

Screenshots

None

Video Clips

None

Log Files

None

Device

No device information

No comments yet.

You don't have permission to comment on this issue.