Hi dear sirs/madams,

If you use accordian layout, and on one of it's item set "animate=false" than this item does not expand/collapse no more.


So, for instance, if one of it's items is TreePanel with config "animate=false" than it becomes unusable.



Code:



layout: 'accordion',
items: [{
title: 'Accordion Item 1',
html: 'Empty',
animate: false /* becomes unusable */
},{
title: 'Accordion Item 2',
html: 'Empty'
}, {
title: 'Accordion Item 3',
html: 'Empty'
}]


Tested on Chrome 35.

best regards,

Andrej