Skip to content
Snippets Groups Projects
Commit fe2d2fb8 authored by Tymoteusz Motylewski's avatar Tymoteusz Motylewski Committed by Andreas Fernandez
Browse files

[BUGFIX] Set focus on the search input field in page tree

After clicking on the filter button in the page tree,
the focus is set on the input field allowing to type
search word right away.

Resolves: #83535
Releases: master
Change-Id: I78c9b81e7c9e23efb4f9e8bf2d2a222a5e97436c
Reviewed-on: https://review.typo3.org/55436


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarJoerg Boesche <typo3@joergboesche.de>
Tested-by: default avatarJoerg Boesche <typo3@joergboesche.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 2a0ea300
Branches
Tags
No related merge requests found
......@@ -168,6 +168,7 @@ define(['jquery',
$toolbar.find('[data-tree-submenu]').not($submenu).removeClass('active');
$submenu.toggleClass('active', $this.hasClass('active'));
$submenu.find('input').focus();
});
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment