--
Ticket URL: <https://code.djangoproject.com/ticket/17082>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: => 0
* has_patch: 1 => 0
* needs_tests: => 0
* needs_better_patch: => 0
Comment:
Ah, ignore moronic patch; and forgive me for creating tickets when not
really concentrating! Obviously autofocus attribute needs to be on the
input, not the label, which requires slightly deeper patching.
--
Ticket URL: <https://code.djangoproject.com/ticket/17082#comment:1>
* stage: Unreviewed => Accepted
Comment:
This would be part of a larger project of updating html in contrib.auth -
and unlikely to be fixed in isolation. A similar effort would also exist
for contrib.admin (which need not be coupled to the change for auth, as it
is much bigger). Such changes need to be backwards compatable, but my
understanding of HTML5 is that this is relatively builtin by design.
note: original summary:
Login form should use HTML5 autofocus with JavaScript as fallback
--
Ticket URL: <https://code.djangoproject.com/ticket/17082#comment:2>
* keywords: => html5
--
Ticket URL: <https://code.djangoproject.com/ticket/17082#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
The autofocus stuff has been basically fixed in [d638cdc42acec608c1].
--
Ticket URL: <https://code.djangoproject.com/ticket/17082#comment:4>