Opened 15 years ago
Last modified 3 weeks ago
#13883 assigned
SelectBox.js with grouping (optgroup elements) — at Initial Version
| Reported by: | SardarNL | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev |
| Severity: | Normal | Keywords: | admin, SelectBox, optgroup, sprintdec2010 |
| Cc: | minimallyuseless@…, Narbonne, Jignesh Kotadiya, Michael McLarnon, Ülgen Sarıkavak | Triage Stage: | Accepted |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | yes |
| Easy pickings: | yes | UI/UX: | yes |
Description
Current implementation ignores optgroup elements in selects. Here is an example of SelectBox.js which takes optgroups in account, but uses jQuery (already used by django admin anyway).
The script is not perfectly written. I can rewrite this to meet django's coding/quality standards if needed.
Change History (3)
by , 15 years ago
| Attachment: | bad_select.png added |
|---|
by , 15 years ago
| Attachment: | good_select.png added |
|---|
Better SelectBox.js screenshot. optgroups are recreated on redisplay()
by , 15 years ago
| Attachment: | SelectBox.js added |
|---|
Better SelectBox.js which handles optgroup, depends on jQuery
Note:
See TracTickets
for help on using tickets.
Current SelectBox.js screenshot