Strange behaviour with Drag/Drop
I had a working drag drop system. I've obviously changed something along the way because I've broken it. The error I'm getting is:
inst is null
line: 1751
the line itself is (inst.options.greedy)
It seems to be having some trouble with the event propagation. I tried setting greedy: false on the droppable but I just get a different error somewhere else in the code. I have site up you can view this problem with at:
http://staging.rosterconnect.com/login
login: account@21connect.com
password: password
The error can be triggered by dragging the "test account" user onto one of the stores.
Has anyone encountered this error before?
Sam