Derek Gavey
Derek Gavey
If a list is empty, it still doesn't allow a drop. An update is required to fix this.
Possibly, though that would not be particularly easy to implement at this stage.
No easy way, you would have to write your own transitions. There are hooks for dragStart/End, but I'm not sure if will give you enough info, they do pass events...
Yeah I should probably extend the docs. For now you should be able to get an idea of what to do from here -> https://github.com/mharris717/ember-drag-drop/blob/master/tests/integration/components/sortable-objects-test.js
That's because the coordinator has not been injected into the testing environment. It is on my list to refactor this as a service. For now you'll have to manually inject...
Likely is a bug, I really should have flagged the multiple containers as a beta feature better. It really hasn't been used in production very much yet. I'll see what...
Sure would be @mikerhyssm
Sure would be. I haven't looked into it myself.
Looks like your import is off. it should be `import { drag } from 'ember-calendar/tests/helpers/ember-drag-drop';`
Just merged into master some code that actually enables dragging of elements from one list to another. I'll tag and push it soon, after I can update some demos, then...