From f2d2aa73a769917707ae79a71f680e03b3937d3e Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Thu, 13 Sep 2012 17:21:39 +0200 Subject: [PATCH] =?utf8?q?JS-Men=C3=BC:=20Scrollbalken=20"etwas"=20gefixt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- js/dhtmlsuite/menu-for-applications.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/dhtmlsuite/menu-for-applications.js b/js/dhtmlsuite/menu-for-applications.js index 48d030336..9e4c5bc29 100644 --- a/js/dhtmlsuite/menu-for-applications.js +++ b/js/dhtmlsuite/menu-for-applications.js @@ -2231,6 +2231,14 @@ DHTMLSuite.menuBar.prototype = { try{ var shortRef = this.submenuGroups[parentId]; + if( shortRef.style.visible == 'hidden' ) + { + shortRef.style.display = 'none'; + return; + } + else + shortRef.style.display = 'block'; + var depth = this.menuItems[parentId].depth; var dir = this.menuItemObj.submenuType[depth]; if(dir=='top'){ -- 2.20.1