This question is locked. New answers and comments are not allowed.
I just came accross this one.
When you're on ExpandMode =PanelBarExpandMode.Multiple and you try to expand a panel that is already expanded, your panel stops responding to collapse/expand events.
Here how to reproduce this behavior.
Take the panelbar of the sample page
And run this script on firebug to test it for the first panel (mail)
Strange enough, this behavior does not exit for the opposite action : collapse
When you're on ExpandMode =PanelBarExpandMode.Multiple and you try to expand a panel that is already expanded, your panel stops responding to collapse/expand events.
Here how to reproduce this behavior.
Take the panelbar of the sample page
And run this script on firebug to test it for the first panel (mail)
var panelBar = $('#PanelBar').data('tPanelBar');var $item = $(panelBar.element).find('> .t-item:first');panelBar.expand($item);Strange enough, this behavior does not exit for the opposite action : collapse