Opened 17 years ago

Closed 16 years ago

#4248 closed (wontfix)

Form fields should have the title attribute set

Reported by: nslater@… 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.

http://www.w3.org/TR/html4/struct/global.html#title

Change History (4)

comment:1 by Simon G. <dev@…>, 17 years ago

Component: Uncategorizeddjango.newforms
Owner: changed from Jacob to Adrian Holovaty
Summary: Form feilds should have the title attribute setForm fields should have the title attribute set
Triage Stage: UnreviewedDesign decision needed

comment:2 by deepak <deep.thukral@…>, 17 years ago

+1 We should do that, help_text is fine in this case.

comment:3 by Thejaswi Puthraya, 16 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 Malcolm Tredinnick, 16 years ago

Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top