Disabled button still working

[quote=“Carl.Gould”][They do!? I can’t seem to replicate that - when I disable a slider or dropdown the no longer function. Whereas when I disable a momentary button, it looks disabled but still functions normally.

It is true that mouse scripts will still execute on disabled components (this is intentional) but sliders and dropdowns no longer function in my experience. What am I missing?[/quote]
I was talking about the mouse clicks on the disabled slider and dropdowns. The rest of the events are disabled.

Just curious- why was enabling mouse events on disabled components intentional? It’s not a big deal because I use scripting an all components anyway and just evaluate that condition, but I would think it would lead to unexpected results.