While working on weweb for the past week or so, i started noticing that element are not showing up in the layout of tab. Sometimes it shows and sometimes it doesnt. I can still interract with the elements in the view port and change properties but its not being recognized in the the layout tab. See example of my layout tab below. the header Div should have a few elements in it but its not showing there.
You was lucky, I lost the layout . I noticed this issue after creating a component. I tried to avoid working with components but is impossible in a dynamic environment. Maybe it could work having a page with all the components printed, not just saved in the “components”.
I’m not sure I understand the issue you’re describing.
When you create a component and edit it, it’s completely normal that the layout of the page disappears because you are now inside the component so you will only see the layout of the component.
To revert back to the layout of the page, simply click on Back to instance.
If that’s not what you mean and you’d like us to investigate, it would help a lot if you shared a video that explains how things are built, what you’re trying to achieve, and shows the undesired behavior.
As you can see from the image, the slide-person-navigation is open but empty, unlike the view where components exist and are visible but not selectable (useless). This issue is occurring within components. In my case, the component was lost because you cannot select anything from inside the empty wrapper.
I opened a ticket. The solution was to delete and build again :(.
Now I’m stuck with a performance issue. If this issue hasn’t a solution, I will have to renounce this beautiful project, which can significantly reduce the development period and has a verry good ideea behind.
I had the same issue. The elements were rendering on screen and the workflows, attached collections, etc. all working, but they wouldn’t show up in the layout tab.
After lots of tinkering, I solved the problem by duplicating the broken container.
The new duplicated container has all the elements inside and works flawlessly.