GithubHelp home page GithubHelp logo

ir4y / elm-dnd Goto Github PK

View Code? Open in Web Editor NEW
32.0 32.0 7.0 35 KB

Build great UI with drag-and-drop simple

Home Page: http://package.elm-lang.org/packages/ir4y/elm-dnd/latest

License: MIT License

Elm 100.00%
drag-and-drop elm

elm-dnd's People

Contributors

giulioungaretti avatar ir4y avatar norpan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

elm-dnd's Issues

Internet explorer support

As far as I can tell the library doesn't work in IE (11, presumably older). I tracked it down to DragStart msg not being sent. I looked into it and the only reasonable place where it could happen is if the mousedown event isn't properly decoded (which fails silently in Elm). I'm on Elm 0.18 so the library delegates this work to Mouse.position still. I see, that the 0.19 version has internalized the decoding but it's still treating pageX and pageY as integers which will fail in IE (as in described elm-lang/mouse#6).

I haven't put together an example for Elm 0.19 so my first question is has anyone encountered the same behaviour?

If yes, I think the solution would be to simply decode the two attributes as floats. Apart from draggedStyle, it's not used anywhere else so the change shouldn't affect public API.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.