Inactive TextButton changes cursor when clicked

UI button objects will change the user’s cursor even when clicked even when button.Active is set to false.

Setting button.Active to false will (correctly) change the behavior of the button to not change the user’s cursor when hovered, but will (incorrectly) change the user’s cursor when it is clicked.

Below is a repro place file. Middle UI is expected to not change cursor after being clicked but does.
BugInactiveButtonCursor.rbxl (58.5 KB)

Expected behavior

I expect the cursor to never change when a button with Active=false is hovered and clicked.

2 Likes

We’ve filed a ticket into our internal database for this issue, and will come back as soon as we have updates!

Thanks for flagging!