angular-drag-and-drop-lists icon indicating copy to clipboard operation
angular-drag-and-drop-lists copied to clipboard

dnd-drop event is not getting called in Safari browser

Open chetandoke opened this issue 9 years ago • 3 comments

I am going through documentation and provided demo's and noticed that dnd-drop event is not getting called in safari browser. See link - http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/advanced

I am trying implement this functionality in all browser. It is working fine in Chrome but causing issue in safari browser. Any help would be apriciated

chetandoke avatar Oct 10 '16 12:10 chetandoke

I am also getting this issue. dnd-drop is not getting called in Safari. no console errors.

BillwoodMarbles avatar Oct 13 '16 17:10 BillwoodMarbles

I can confirm this issue with the Brave browser (Chrome-based), while Chrome itself does trigger the event.

david-err avatar Dec 13 '16 14:12 david-err

seems like "dragend" event is being treggered instantly after you start dragging an element.

AndrewEastwood avatar Jul 12 '21 12:07 AndrewEastwood