Opened 18 years ago
Closed 18 years ago
#4248 closed (wontfix)
Form fields should have the title attribute set
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Forms | Version: | dev |
| Severity: | Keywords: | sprintdec01 | |
| Cc: | Triage Stage: | Design decision needed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The title attribute should be optionally set on most form fields.
This could be pulled from a new field attribute or the existing help_text.
Change History (4)
comment:1 by , 18 years ago
| Component: | Uncategorized → django.newforms |
|---|---|
| Owner: | changed from to |
| Summary: | Form feilds should have the title attribute set → Form fields should have the title attribute set |
| Triage Stage: | Unreviewed → Design decision needed |
comment:2 by , 18 years ago
comment:3 by , 18 years ago
| Keywords: | sprintdec01 added |
|---|
Is a specialized case. Can be easily done by using attrs argument in the widget. Am a -1 on this.
comment:4 by , 18 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Help text is not always (in fact, hardly ever) appropriate as a title for an element. Since you should be able to already set this -- if you want it -- via the "attrs" parameter to widgets, etc, I'm going to wontfix this. There's no obviously good value to use that will be appropriate in all cases.
+1 We should do that, help_text is fine in this case.