Little problem - setCollapsedText

I have got just downloaded ie11 and last professional suite (v.3.6 build 131108).

Result from loadarea2_1_1.setCollapsedText(‘a’, “Входы”); and loadarea2_1_1.setCollapsedText(‘c’, “Выходы”); does not display correctly and collapsed layers are not clickable and loadable. See attachment. There is no problem with chrome.


Locally it works fine and aligns left - try a simple demo:

dhxWins = new dhtmlXWindows(); dhxWins.enableAutoViewport(false); dhxWins.attachViewportTo(document.body); dhxWins.setImagePath("../dhtmlxWindows/codebase/imgs/"); w1 = dhxWins.createWindow("w1", 0, 0, 600, 600); tabbar = w1.attachTabbar(); tabbar.setImagePath("../dhtmlxTabbar/codebase/imgs/"); tabbar.addTab("a1", "Tab 1-1", "180px"); tabbar.addTab("a2", "Tab 1-2", "180px"); tabbar.setTabActive("a1"); layout = tabbar.cells("a1").attachLayout("3L"); layout.setCollapsedText("a", "blablablablablabla")
Result:


It seems like you have CSS issue
Could you provide us a demo to test it?
docs.dhtmlx.com/doku.php?id=othe … leted_demo