GUI Active property no longer preventing camera from zooming

It used to be that mousewheeling over a GUI object with its Active property set to true prevented the camera from zooming, which was especially nice for custom scrolling frames and what not. The problem is for the past few weeks these active GUI objects haven’t been behaving like this, resulting in unwanted camera scrolling while trying to scroll through a menu. You can easily repro this on a blank baseplate by simply plopping any UI object into your PlayerGui and mousewheeling over it.

You can see the unwanted behavior below, that menu has its Active property set to true.
https://i.gyazo.com/331efcf73aebc4fc7ad5ad035c93a98c.gif

10 Likes

So that’s why that’s happening…

Just FYI, I’m a Platform intern. I have no role in actually fixing this or confirming this is unintended behavior.

Taking a look into this now

3 Likes

I’ve been able to identify the problem and will have in a fix in soon, thanks for the report!

4 Likes