From 287858ed0f18c100f143a1cc2db0cd39c589ae92 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 31 Mar 2019 19:30:54 +0200 Subject: [PATCH] Fixed focus handling in suggestions --- wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Suggestion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Suggestion.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Suggestion.js index b1ab5d6658..75d649644f 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Suggestion.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Suggestion.js @@ -250,7 +250,7 @@ define(['Ajax', 'Core', 'Ui/SimpleDropdown'], function(Ajax, Core, UiSimpleDropd this._dropdownMenu.appendChild(listItem); } - UiSimpleDropdown.open(this._element.id); + UiSimpleDropdown.open(this._element.id, true); } else { UiSimpleDropdown.close(this._element.id); -- 2.20.1