UserLogin: Don't rely on jQuery prop('tabindex') to map to tabIndex
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 20 Jan 2015 22:24:33 +0000 (14:24 -0800)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 20 Jan 2015 22:26:06 +0000 (14:26 -0800)
commitd61ccd0183e24453f44ad9e540b16c7b367d7419
tree3a6419c7a860bcac2fd61fdab384cd3583b133b3
parent24f04d9f77b6a74f753f000a8bdd6b0e8d04c84a
UserLogin: Don't rely on jQuery prop('tabindex') to map to tabIndex

Follows-up I9b03d519af43d.

There is a hardcoded set of exceptions in jQuery core right now
that map these common mistakes for back-compat. But this is
undocumented/unsupported legacy behaviour for a very small subset
of properties.

Change-Id: I9cfef0bc6a088e4c0a632b3673df460d26477c37
resources/src/mediawiki.special/mediawiki.special.userlogin.common.js