Opened 14 years ago

Last modified 10 months 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 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 SardarNL, 14 years ago

Attachment: bad_select.png added

Current SelectBox.js screenshot

by SardarNL, 14 years ago

Attachment: good_select.png added

Better SelectBox.js screenshot. optgroups are recreated on redisplay()

by SardarNL, 14 years ago

Attachment: SelectBox.js added

Better SelectBox.js which handles optgroup, depends on jQuery

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