marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

Issue with Bootstrap col-md #429

Open robcherman87 opened 7 years ago

robcherman87 commented 7 years ago

I am attempting to attach the .dnd-draggable to a set of "cards" that I am making on a dashboard using col-md-4 div containers. I have set the dnd-horizontal-list to true and properly added the css classes and I am running into some odd issues with the drag and drop, I guess, "detection" on the page. Many times it seems that the card doesn't register the placeholder and/or I have to move the card around back and forth to get it to work. Has anyone else used any bootstrap col-md elements with the .dnd-draggable directive?