Hi @marcbakker84
How are you creating those tabs and nesting the timeline in? Have you tried adding the timeline in the first tab and checking if the issue persists?
To me, it looks like the action of hiding/displaying the tabs is also going through and displaying the child elements inside of the tab, which is revealing the timeline announcements prematurely.
Are those tabs from a plugin or something that you’ve created?
Yes, you are right. Showing the timeline in the first tab is solving the problem. Could you give me a direction in how to solve this?
Thanks!
It depends on how the tabs are generated, but my guess is that you’ll need to tweak the javascript code in that plugin (or custom functionality) to only target top-level child elements in the tab – not all elements as it appears to be doing. Unfortunately, there’s not something in our plugin that we can update to get things fixed on your end.
Ok, thanks will look into it!