BUG 8600 If open multiple tabs ... , some tabs become blank solved

- If open multiple tabs with the "Information" menu inside the cases frames, some tabs become blank
- fixed issue added tabchenge function.
This commit is contained in:
Alvaro Campos
2012-03-29 16:19:45 -04:00
parent c93d6ae091
commit 0106280056

View File

@@ -238,6 +238,9 @@ Ext.onReady(function(){
}
],
listeners: {
tabchange: function(panel){
panel.ownerCt.doLayout();
},
render : function(panel){
Ext.each([this.el, this[this.collapseEl]] ,
function( elm ) {