Skin terrace without progress?

Iam using layout with “terrace” skin and iam trying use layout.progressOn() in FULL LAYOUT and the progress bar open broken.

Iam have to do something?

glb_dhxLayout = new dhtmlXLayoutObject("content", "2E", "dhx_terrace");
glb_dhxLayout.progressOn();

Terrace skin have another progress bar?

Can’t reproduce locally:


Please, attach completed demo to see your issue.
docs.dhtmlx.com/doku.php?id=othe … leted_demo

I guess is because iam using Tabbar too. Iam using dhtmlx PRO FULL v3.5

            dhxLayout = new dhtmlXLayoutObject("content", "2E", "dhx_terrace");
            dhxLayout.cells("a").hideHeader();
            dhxLayout.cells("b").hideHeader();

            dhxTabbarTop = dhxLayout.cells("a").attachTabbar();
            dhxTabbarTop.setImagePath("../Scripts/dhtmlx_pro_full_terrace_skin/imgs/");
            dhxTabbarTop.addTab("a1", "Tab 1-1", "100px");
            dhxTabbarTop.setTabActive("a1");

            dhxTabbarBottom = dhxLayout.cells("b").attachTabbar();
            dhxTabbarBottom.setImagePath("../Scripts/dhtmlx_pro_full_terrace_skin/imgs/");
            dhxTabbarBottom.addTab("a1", "Tab 2-1", "100px");
            dhxTabbarBottom.addTab("a2", "Tab 2-2", "100px");
            dhxTabbarBottom.setTabActive("a1");


            dhxLayout.progressOn();

In is z-index issue. Apply the next style:

div.dhtmlxLayoutPolyProgressBGIMGGlobal_dhx_terrace { z-index: 100 }