Django

Code

Ticket #4248 (closed: wontfix)

Opened 1 year ago

Last modified 6 months ago

Form fields should have the title attribute set

Reported by: nslater@gmail.com Assigned to: nobody
Component: django.newforms Version: SVN
Keywords: sprintdec01 Cc:
Triage Stage: Design decision needed Has patch: 0
Needs documentation: 0 Needs tests: 0
Patch needs improvement: 0

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

Attachments

Change History

05/09/07 17:58:02 changed by Simon G. <dev@simon.net.nz>

  • needs_better_patch changed.
  • component changed from Uncategorized to django.newforms.
  • needs_tests changed.
  • summary changed from Form feilds should have the title attribute set to Form fields should have the title attribute set.
  • owner changed from jacob to adrian.
  • needs_docs changed.
  • stage changed from Unreviewed to Design decision needed.

09/14/07 13:18:46 changed by deepak <deep.thukral@gmail.com>

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

12/01/07 11:12:01 changed by thejaswi_puthraya

  • keywords set to sprintdec01.

Is a specialized case. Can be easily done by using attrs argument in the widget. Am a -1 on this.

12/01/07 14:15:08 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to wontfix.

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.


Add/Change #4248 (Form fields should have the title attribute set)




Change Properties
Action