Merged r23558 from trunk to 6.0-stable (#42440).

git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23574 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-03-27 01:11:22 +00:00
parent 6bf41c6786
commit 6145409118

View File

@@ -775,7 +775,7 @@ $(document).ready(function(){
drdn.addClass("expanded");
if ($(this).parent('#project-jump').length) {
selected = $('.drdn-items a.selected'); // Store selected project
selected.focus(); // Calling focus to scroll to selected project
selected.first().focus(); // Calling focus to scroll to selected project
}
if (!isMobile()) {
drdn.find(".autocomplete").focus();