Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#13237 closed (wontfix)

Nested optgroup in selects

Reported by: IsakovAN Owned by: nobody
Component: Forms Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Despite the fact that HTML specification does not allow optgroup elements contain its peers, it can be useful... This patch adds the possibility of hierarchical processing choices.

Attachments (1)

chioces.multigroup.diff (1.7 KB) - added by IsakovAN 13 years ago.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by IsakovAN

Attachment: chioces.multigroup.diff added

comment:1 Changed 13 years ago by Russell Keith-Magee

Resolution: wontfix
Status: newclosed

If it isn't legal HTML, we're not going to serve it by default. Feel free to implement this in your own widget.

comment:2 Changed 12 years ago by Jacob

milestone: 1.3

Milestone 1.3 deleted

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