Module jquery.tabIndex is deprecated
Krinkle opened this issue · 1 comments
Krinkle commented
The
jquery.tabIndex
module existed to help compute a low or high tab index on focusable elements on a page. In most cases this code was redundant. Lines of code involvingfirstTabIndex()
orlastTabIndex()
are often best removed entirely. The module is deprecated in MediaWiki 1.34.// Simply remove $("#searchInput").attr("tabindex",$(document).lastTabIndex()+1);
See also https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_(users)#jquery.tabIndex