Accordion enableMultiMode ie8 mode bug

Hi,
When I enable enableMultiMode(‘auto’) on my accordion and there is an item created with parameter open=false, it don’t show in ie8 mode.



code:

[code]

Init on page
[/code]

Thanks.

** In my actual code the accordion is in a layout.
There is another bug with IE mode IE8 (and real IE8 too):

[code]

Init on page var myAcc,myLayout; function doOnLoad() { myLayout= new dhtmlXLayoutObject('accObj','2U'); //myAcc = new dhtmlXAccordion("accObj"); myAcc = myLayout.cells('a').attachAccordion(); myAcc.enableMultiMode('auto');
		myAcc.addItem("a1", "Main Page", true,'*'); // !!! HERE !!!!

		myAcc.addItem("a2", "Site Navigation");
		myAcc.addItem("a3", "Support & Feedback",false);
		myAcc.addItem("a4", "Support & Feedback",false);
		myLayout.cells('a').showHeader();
	}
</script>
[/code]

If we set ‘auto’ height to an accordion cell (this case ‘a1’ cell), when we collapse the layout ‘a’ cell, the layout crashes … it doesen’t collapse well and layout ‘b’ cell don’t collapse.

Thanks. :slight_smile:

Hi
Please, send your js file on support [a] dhtmlx.com with link to this topic - we will add there fix for this issue