mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Remove tabindex
attribute from search input
Relying on natural tab order seems to be the appropriate approach here. Bug: T226148 Change-Id: I304996bfb8fba0e4172e01e0969162fd8cf0e0ee
This commit is contained in:
parent
6f1afed52a
commit
bfc5a578d2
|
@ -20,11 +20,6 @@ $( function () {
|
|||
|
||||
mw.requestIdleCallback( initialCactionsWidth );
|
||||
|
||||
/**
|
||||
* Focus search input at the very end
|
||||
*/
|
||||
$( '#searchInput' ).attr( 'tabindex', $( document ).lastTabIndex() + 1 );
|
||||
|
||||
// Bind callback functions to animate our drop down menu in and out
|
||||
// and then call the collapsibleTabs function on the menu
|
||||
$tabContainer
|
||||
|
|
Loading…
Reference in a new issue