Side navigation
#1202 closed bug (wontfix)
Opened May 18, 2007 12:34AM UTC
Closed March 31, 2008 02:14AM UTC
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
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.