Tabbar: Tabs are not rendering on first view

Hi all,

Hopefully this is an easy one ...

I have created a tabbar which is being initialized from HTML.

Everything is working as expected except that the inactive tabs do not render properly.  The inactive tabs are all rendered completely black.

If I hover over an inactive tab then it will render (except for the corner images) ...

If I activate a tab then the entire tab will render correctly from that point forward.

Appears to be an image load issue...

In my initialization code I am only setting the skin and first active tab.

tabbar.setSkin('modern');
tabbar.setTabActive('Tab1');	

How do I get the tabs to render correctly when first viewed?

Thanks,
-Dennis

Hi
Locally works fine.
We need completed demo to reproduce your issue.
docs.dhtmlx.com/doku.php?id=othe … leted_demo