X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/source/MenuMgr.html diff --git a/docs/source/MenuMgr.html b/docs/source/MenuMgr.html index 28ba54df..dbf923a1 100644 --- a/docs/source/MenuMgr.html +++ b/docs/source/MenuMgr.html @@ -58,7 +58,7 @@ Ext.menu.MenuMgr = function(){ if(m.parentMenu){ m.getEl().setZIndex(parseInt(m.parentMenu.getEl().getStyle("z-index"), 10) + 3); m.parentMenu.activeChild = m; - }else if(last && last.isVisible()){ + }else if(last && !last.isDestroyed && last.isVisible()){ m.getEl().setZIndex(parseInt(last.getEl().getStyle("z-index"), 10) + 3); } } @@ -110,7 +110,7 @@ Ext.menu.MenuMgr = function(){ * @return {Boolean} success True if any active menus were hidden. */ hideAll : function(){ - return hideAll(); + return hideAll(); }, // private