Index: ssts-web/src/main/webapp/js/common.js =================================================================== diff -u -r27263 -r27266 --- ssts-web/src/main/webapp/js/common.js (.../common.js) (revision 27263) +++ ssts-web/src/main/webapp/js/common.js (.../common.js) (revision 27266) @@ -348,6 +348,8 @@ height = parseInt(height,10); var url = ''; + var tab1GroupMgr = new Ext.WindowGroup(); + tab1GroupMgr.zseed=999999; if(typeof varArgIn == 'object'){ var html = ''; @@ -371,6 +373,7 @@ isTopContainer : true, modal : true, resizable : false, + manager: tab1GroupMgr, items:[{ xtype:"panel", id:"index",