Modify ↓
Ticket #1312 (closed bug: wontfix)
Interface selectables demo throws error
| Reported by: | scragz | Owned by: | stefan |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1.3 |
| Component: | interface | Version: | 1.1.2 |
| Keywords: | interface | Cc: | |
| Blocking: | Blocked by: |
Description
http://interface.eyecon.ro/demos/select.html
Clicking "serialize selection" throws an error. Using Firefox 2.0.0.4.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I found that the collection object that you apply 'Selectable' to is required to have an 'id' assigned to it. This causes the error I believe this person was getting. This restriction should be in the documentation.