Popup node not functioning with buttons

Godot Version

Godot 3.5

Question

I have been trying to implement a system so the person can accept my terms of use and privacy policy checkboxes. You see, I’ve added my checkboxes as children of my ColorRect which is a child of my popup node and when I try to click them in my scene they are not working and do not change (they are not clickable). I have already checked to make sure they are clickable and checked many other things but I have not found out how to fix this. Something that might help find the problem is that when I disable the popup node’s Exclusive feature, when I click on the popup it simply disappears from the screen. please help me, I am an intermediate coder of Godot so I don’t know much about this popup node and I don’t know if I need to put something in my code to make this work. The image might help with something.

Screenshot 2024-04-12 204447

I cannot reproduce this. If it doesn’t work for you, it’s likely because you have changed some node properties and/or did something in your scripts.

This should only happen when you click *outside the popup! Note, however, that the Popup node is no container and won’t scale to the size of the ColorRect!

Oh, I didn’t see about the popup size. do you think putting it to the same size as the color rect might fix this?

Thank you, tried adjusting the popup and it fixed the problem.

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