From 396d8410f27f970b2d39f06b0eba4cebf3fd2e3a Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 11 Dec 2014 17:06:54 +0100 Subject: [PATCH] Fixed dropdowns staying if a secondary is being opened --- wcfsetup/install/files/js/WCF.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index b3c408c65a..59b27a1b9b 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -1509,6 +1509,8 @@ WCF.Dropdown.Interactive.Instance = Class.extend({ return false; } else { + WCF.Dropdown.Interactive.Handler.closeAll(); + this.open(); return true; -- 2.20.1