Opened 13 years ago
Closed 9 years ago
#17082 closed Cleanup/optimization (fixed)
contrib.auth html should be updated to used HTML5 features where possible
Reported by: | David Evans | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | html5 |
Cc: | d@… | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Attachments (1)
Change History (5)
by , 13 years ago
Attachment: | ticket17082.diff added |
---|
comment:1 by , 13 years ago
Has patch: | unset |
---|
comment:2 by , 13 years ago
Summary: | Login form should use HTML5 autofocus with JavaScript as fallback → contrib.auth html should be updated to used HTML5 features where possible |
---|---|
Triage Stage: | Unreviewed → Accepted |
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
comment:3 by , 13 years ago
Keywords: | html5 added |
---|
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The autofocus stuff has been basically fixed in [d638cdc42acec608c1].
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.