Remove tabindex from Special:Block
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 27 Apr 2014 11:43:16 +0000 (13:43 +0200)
committerIAlex <codereview@emsenhuber.ch>
Sat, 10 May 2014 16:21:37 +0000 (16:21 +0000)
commit4fba87e53dbe959a1a52011bf1a88f6f72737a9a
tree776a4e33904f380e6ec1c2197f0e34488a4a381a
parentcd5adf8f24dd8683bac833a32d0a6ada7a237112
Remove tabindex from Special:Block

There is a autofocus on the Target field, which sets the start of
tabbing and than all the other fields are tabbed in the correct native
order. No need for extra tabindex order.
Tested with IE11 and FF28

Bug: 61257
Change-Id: Ic0d7365447733a23fa87c1d9b91c0f4f0f61bb39
includes/specials/SpecialBlock.php