ObaidUrRehman / ng-drag-drop

Drag & Drop for Angular - based on HTML5 with no external dependencies. :tada:
MIT License
239 stars 123 forks source link

It does not work with SVG #85

Closed tauil closed 7 years ago

tauil commented 7 years ago

The drag and drop doesn't work properly if you drop in a svg. Sometimes you can drop, but mostly not.

ObaidUrRehman commented 7 years ago

@tauil can you possibly reproduce this in a plunkr demo?

tauil commented 7 years ago

Yeah, sure. I'll do that and post her soon. From what I've research that's a problem of HTML5 Drag and Drop, but I'll reproduce it anyway.

tauil commented 7 years ago

Turns out that it was a bug on my Chrome. I tried on Firefox and worked fine. After rebooting my Chrome it started working again. Not sure yet what is causing it to stop working but I'll keep an eye on it.

ObaidUrRehman commented 7 years ago

Closing due to inactivity.