Cocosbuilder and changing node parents

Hello there,

I’ve been crushing my head on this problem those last few days. I’m working on an old project wich I did not start, for a switch version. At some point, I would like to change the orientation of the switch to vertical. This works except for a few nodes that are gone missing. They are in a container at the left side of the screen but once we change orientation, this container is off screen. So I change their parents to a container that is at the top of the screen (and in screen obviously). And the mystery is, I can’t see those nodes but I can click on them. Both containers are BoxLayout so the position of the nodes should be updated. Is it possibly a layer problem? Seems unlikely, otherwise I wouldn’t be able to click on them, right?