A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
// classNameRoot is already set to "active" or "inactive" var TabLeft = document.createElement("span"); TabLeft.className = "epitab"+classNameRoot+"left"; var TabMiddle = document.createElement("span"); var tabLabel = document.createTextNode(_tabName); TabMiddle.className = "epitab"+classNameRoot; TabMiddle.appendChild(tabLabel); var TabRight = document.createElement("span"); TabRight.className = "epitab"+classNameRoot+"right"; this.Body.appendChild(TabLeft); this.Body.appendChild(TabMiddle); this.Body.appendChild(TabRight); http://www.networkedplanet.com/epicss/image4.pngThe same effect happens when I scroll the window: http://www.networkedplanet.com/epicss/image4.png I.e. the tabs seem to stay wherever they were when added to the DOM, whilst the rest of the window scrolls. We don't fiddle with the EPiServer styles; just try to re-use to ensure we're consistent with the look and feel of EPiServer. The same DOM structure works fine in EPi 4.61. Is this a known issue with EPiCMS? Best Regards, Andy