Opened 13 years ago
Closed 7 years ago
#11941 closed Bug (duplicate)
FilteredMultipleSelect does not render help text
Reported by: | techieone | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 1.1 |
Severity: | Normal | Keywords: | |
Cc: | Germano Gabbianelli | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
The FilteredMultipleSelect in the admin widgets suite can be imported and used in other forms. However, it does not render any helptext whether that helptext was defined on the model field or the form field.
Attachments (1)
Change History (9)
comment:1 Changed 12 years ago by
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 Changed 12 years ago by
Changed 12 years ago by
Attachment: | patch.diff added |
---|
comment:3 Changed 12 years ago by
Has patch: | set |
---|
comment:4 Changed 12 years ago by
Cc: | Germano Gabbianelli added |
---|
comment:5 Changed 11 years ago by
Severity: | → Normal |
---|---|
Type: | → Bug |
comment:6 Changed 11 years ago by
Easy pickings: | unset |
---|---|
Patch needs improvement: | set |
patch.diff fails to apply cleanly on to trunk
comment:8 Changed 7 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #6183 -- fixed in Django 1.3.
Note: See
TracTickets for help on using
tickets.
The help text is not displayed because
SelectFilter2.js
removes all paragraphs that "get in the way".I think the problem may be solved by reinserting these <p> after the widget has been created.
I made a patch for the js that works for me, but the paragraphs are displayed at the right of the widget and not at the bottom as I think they should.
Unfortunately I am not able to fix the css ...
Here's a screenshot, http://img337.imageshack.us/img337/5863/schermataadddummymodeld.png