ImageButtons within CanvasGroups don't switch between image and hoverimage when mouse is hovered over them

I am making the switch to CanvasGroups since I recently found out about them (they are an easy way to change an entire gui to a certain transparency all at once), but I noticed that they change the behavior of elements like ImageButtons. As shown in this gif, the mouse causes the ImageButtons to switch between the Image and the HoverImage, as they are currently parented to a Frame:
guihover
Now, when parented to a CanvasGroup, this is what happens to those same ImageButtons:
guihoverbroken

Can someone tell me what I am doing wrong, or fix this issue please? Thanks for your time.

Expected behavior

ImageButton should switch between image and hoverimage when mouse is over the button when the decsendant of a CanvasGroup

20 Likes

Thanks for the report! We’ve filed a ticket in our internal database and we’ll update you when we have more information.

3 Likes

Love it! This is much appreciated.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.

Hello! I wanted to check in and see if this bug is still reproducing. If so - is it possible for you to post a repro of the problem in an rbxl? Thank you!