Derek Gavey
Derek Gavey
Here is a SO on the issue. http://stackoverflow.com/questions/21680363/prevent-drag-event-to-interfere-with-input-elements-in-firefox-using-html5-drag Try setting draggable=false on the input elements, if that doesn't work, the other option would be for me to remove the draggable...
Were you able to set draggable=false on the inputs? Did that work?
According to the SO article I linked to it's a bug in Firefox. Logged this summer https://bugzilla.mozilla.org/show_bug.cgi?id=1189486 When I update the drag handle method I will disable the draggable attribute...
Ok, demos on the readme and updates are published as version 0.2.3 You shouldn't need the draggable=false on the inputs anymore.
Starting to hate Firefox… Does it work for you on the demo I posted? http://mharris717.github.io/ember-drag-drop/handle
Well I'm rather stumped too, you would have to throw a debugger; on line 47 of the addon/components/draggable-object.js in the dragStart function to see why the drag event is not...
Unfortunately it's a known issue at this time, there is no workaround for it. I just need to make some changes to the addon to allow dropping outside of a...
Separate issue. Would be better if you opened another issue. This library isn't meant to be used with jquery-ui-sortable. It has it's own sort capabilities. I haven't seen that particular...
Hey, so glad to hear you got some additions ready to be merged. I appreciate any additions. You don't need collaborator access to submit a PR. Once you fork the...
We are on the way to it. Currently on the master branch but not released is the ability to drag something from one container to another. Nesting will be the...