elm-html5-drag-drop
elm-html5-drag-drop copied to clipboard
Dragging and dropping in Elm using the HTML 5 API
Hello :wave:! I noticed an unused dependency in your package. Here is a pull request to remove it. After this gets merged, I recommend publishing a new release, unless you...
I'm trying to change the mouse cursor while user is dragging an object on various drop targets. The idea is to signal the user if she can or can't drop...
On mobile, the recommended drag-drop-touch polyfill **can't drop an element on a drop zone outside of the original scrolling viewport**. This is an open issue on [drag-drop-touch](https://github.com/Bernardo-Castilho/dragdroptouch/issues/3). Someone in that...
It seems in some browsers (Firefox), there is an unintended result of using 'text' as a parameter in `setData('text', '')`. Specifically, if dragging over a text input in a drop...
There is an issue with the elm-compiler https://github.com/elm/compiler/issues/1817 Since my upgrade to the latest version of the package, the following line breaks by app when using `--Debug` ```elm type Msg...
The main goal of this PR is provide a more elaborate example where the cursor changes as the Elm logo is dragged and dropped.
I'm trying to implement a reorderable list and I'm using `Position` to find if the drop needs to happen above or bellow the drop zone (which is another element of...