Page MenuHomePhabricator

Remove hardcoded tabindex for UserLogin form
Closed, ResolvedPublic

Description

Currently (intrudced with this change), ConfirmEdit uses a hardcoded tabindex for it's CAPTCHA field on Special:UserLogin (8). It would be better to replace this with a generic or self counting tabIndex, so we don't need to adjust it, whenever there are new fields added to the Login form (e.g. by core itself or other extensions).

Event Timeline

Florian raised the priority of this task from to Medium.
Florian updated the task description. (Show Details)
Florian added subscribers: Florian, Legoktm.
Tgr claimed this task.
Tgr subscribed.

AuthManager generates tabindexes dynamically.