Opened 16 years ago
Closed 15 years ago
#1202 closed bug (wontfix)
Interface - selectables, javascript error
Reported by: | sidneiads | Owned by: | stefan |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.3 |
Component: | interface | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There is an error at this page: http://interface.eyecon.ro/demos/select.html
when you click 'serialize selection' there is this error:
a.get(0) has no properties http://interface.eyecon.ro/interface/interface.js Line 12
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.
Note: See
TracTickets for help on using
tickets.
May be same bug as #1312.
The code is requiring that the container object you call .Selectables on must have an id. Adding an id will solve this problem. Could just be a documentation fix.