draggabilly icon indicating copy to clipboard operation
draggabilly copied to clipboard

:point_down: Make that shiz draggable

Results 18 draggabilly issues
Sort by recently updated
recently updated
newest added

Hi, When using draggabilly with a mobile device (e.g. with the Chrome DevTools), an error is sometimes emitted in the console, but I have some trouble reproducing it without my...

Hi, This PR is intended to fix the issue https://github.com/desandro/draggabilly/issues/220. You can have a look at the [documentation of the `Event.cancelable` property](https://developer.mozilla.org/en-US/docs/Web/API/Event/cancelable): > The `cancelable` read-only property of the [Event](https://developer.mozilla.org/en-US/docs/Web/API/Event)...

Awesome job. Really love it. Thanx. We've been building a mobile site that shows a bunch of item blocks edge to edge. Once you begin dragging each of those items,...

feature request

Great library and I just needed dragging in a webproject without the need of the large jQueryUI library. Since I develop with Angular/Typescript it came in handy to create a...

**feature request Is there a way to return a rect object if not a function instead of an element in order to set the movement contraint? e.g ``` new Draggabilly(elem,...

feature request

hello, i am trying to have a contained drag experience for elements with a possible change of the container size. draggies will ignore that and not stay contained. initial position...

feature request

When you drag an element close to the viewport's edge, it should scroll -- if enabled. **Add a 👍 reaction** to this issue if you would like to see this...

feature request

In the "positionDrag" function, it replace the transform style with only translate(...) and in the "dragEnd" and "destroy" functions, it empties the transform style. If the element previously has some...

bug

Z-Index isnt updated by multiple drag elements Need stack feauture: https://jqueryui.com/draggable/#visual-feedback

feature request

**Add a 👍 reaction** to this issue if you ran into this issue and would like to see it fixed. Do not add +1 comments — [They will be deleted](http://metafizzy.co/blog/use-github-reactions-delete-plus-1-comments/).

bug