• Godot Help
  • Can't click on any tabs inside of a container thats a child of a popup.

Like the title says I made a super basic scene to make sure it wans't something weird and just created a root spatial scene with a canvas layer than popup node along with a tab container as a child of the popup and 2 tabs as a child of the container. It opens fine using .popup but if i try and click it dissapears. I tried different mouse modes and exclusivity mode but nothing seems to fix it. I have followed other projects that use a similar UI identically and it just doesn't work. Any help would be awesome TIA!

  • The little orange rectangle shows where your popup is. Your tab container is not in the popup, so clicking it counts as clicking out of the popup and closes it.

The little orange rectangle shows where your popup is. Your tab container is not in the popup, so clicking it counts as clicking out of the popup and closes it.

    duane Ugh I can't believe it was something that dumb haha, thank you!