Derek Gavey

Results 73 comments of Derek Gavey

Well, it's a pretty major change that would break every existing use currently, so not so simple to just change it. My loose plan was to do a major refactor...

PR's welcome. I'm happy to maintain this project (from a managerial perspective), but I really don't have a lot of extra time to spend on it currently unfortunately.

The library does not use jquery any more as of 0.6.0. Maybe give that version a try?

I'm currently working on a PR that will allow items to be freely dropped from one container to another. There is also another PR #52 that exposes an event similar...

`dragEndAction` should only fire on a successful drag. If you need to know if a drag is in progress use the `dragStart` action on the draggable-object component and track it...

Sorry mis-read your comment. It should be working as intended. It should fire on a successful drop.

Appears to be working in this demo -> http://mharris717.github.io/ember-drag-drop/#/simple

Yes I noticed this the other day as well, meant to make an issue to fix it. You can use version 0.4.3 and it won't have this bug. I need...