HTML-Element is not moving when using the CDN draggable.bundle version 6 +
Jonathan-Hofmann opened this issue · 1 comments
Hey there!
Code to reproduce: https://jsfiddle.net/JonathanLol/nf9rvLbd/7/
When I want to use draggable.bundle version 6 + it seems that the dragging of the html-element does not work anymore.
Maybe I made a mistake implementing Draggable via CDN, but I don't think so. (see JSFiddle)
Draggable it self is not even throwing any errors, the element is just not moving.
My current solution is to downgrade the bundle to version 5 and afterwards everything seems just fine and is working properly.
For my project this "solution" is just fine but I want you guys to know about the bug.
If it's not a bug pls share how I could change my code on JSFiddle to operate on version 12 +.
Greetings from Hamburg, Germany!
Jonathan
Note: Because this is my first Issue in this repo I couldn't select a label. Sry about that.
My environment:
- Library version: draggable@1.0.0-beta.12 (not working) | draggable@1.0.0-beta.5 (working)
- Browsers: all
I am closing this issue because I did an error configuring the Draggable Contructor properly.
I just changed the droppable
to dropzone
an it works 🥳
Greetings from Hamburg!