smooth-dnd icon indicating copy to clipboard operation
smooth-dnd copied to clipboard

drag and drop library for javascript

Results 60 smooth-dnd issues
Sort by recently updated
recently updated
newest added

Related to #6 which seemed to be resolved? Using vue-smooth-dnd: 0.2.3 but presumably this is in the core too? Otherwise this is working great but I've observed a reproducible issue...

smooth-dnd adds event listeners when the module is loaded. Functions like ```onMouseDown()``` can raise an exception if ```SmoothDnD()``` hasn't been called and you drag an element wrapped in `````` because...

I have a use case where I need have the container and draggables in an iframe. SmoothDnd constructor fails, probably because it relies on the document root: Type Error: "Cannot...

This time the point which rises 'drag-enter' event and animation is the center of ghost element. It's very strange from UX point of view. Sometimes it may be impossible to...

Hello! I understand that at the moment there are no components for Svelte, however, I would be satisfied with using it directly without them, if possible. The problem is that...

This fixes issues when draggable node / ghost node was removed while dragging

Hi we are using another library that uses this library for a Kanban board that uses this library as a dependency. We are running into the issue outlined here https://github.com/kutlugsahin/smooth-dnd/issues/74...

How can i prevent parent div's mousedown event from firing while dragging? i am using v-dragscroll directive on parent div for scrolling

I found out that executing polyfill code multiple times will throw "illegal invocation" error. For the first time runnint the code `Z.prototype.firstElementChild == null`, we set a getter for Z.prototype.FirstElementChild...