Ticket #4417 (new enhancement)
[patch][ccla]ComboBox and FilteringSelect lose IDs
| Reported by: | guest | Owned by: | doughays |
|---|---|---|---|
| Priority: | normal | Milestone: | future |
| Component: | Dijit | Version: | 0.9 |
| Severity: | normal | Keywords: | ComboBox FilteringSelect id |
| Cc: |
Description
With a <select><option> construction in plain old HTML, it is possible to provide an ID with each option. When Dojo converts the whole thing to a table, the IDs are not preserved. It would be very handy to use these IDs to stylize the DIVs that Dojo creates to contain the options. Without them it is very difficult to differentiate between the options and give them, for example, different colors. Please consider passing the IDs through to the DIVs.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.