Problem : trying to simulate drag drop in frontend that uses angular-drag-and-drop-lists (go to detailed description)
Tried :
1.jquery-simulate: Gives following error
Uncaught TypeError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'.
2.drag-drop-helper.js : click happens on item to be dragged
3.drag_to : nothing happens
Need some more suggestions .
Thanks
jquery-simulate: http://%20https://github.com/jquery/jquery-simulate
sorry not able to post link for drag_to and drag-drop-helper.js
Custom event needed to adjusted like this :
in native js drag drop script and then it works fine