From f010ddce7795f12a3efee0706d14a9abfa2a9ce9 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 18 Dec 2019 18:26:03 +0100 Subject: [PATCH] The autofocus behavior of the updated drop-downs conflict with the _blur() behavior --- wcfsetup/install/files/js/WCF.Location.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.Location.js b/wcfsetup/install/files/js/WCF.Location.js index fec9bca650..73dd56156f 100644 --- a/wcfsetup/install/files/js/WCF.Location.js +++ b/wcfsetup/install/files/js/WCF.Location.js @@ -835,7 +835,7 @@ WCF.Location.GoogleMaps.LocationSearch = WCF.Search.Base.extend({ var $containerID = this._searchInput.parents('.dropdown').wcfIdentify(); if (!WCF.Dropdown.getDropdownMenu($containerID).hasClass('dropdownOpen')) { - WCF.Dropdown.toggleDropdown($containerID); + WCF.Dropdown.toggleDropdown($containerID, true); } // pre-select first item -- 2.20.1