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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user