Giter VIP home page Giter VIP logo

Comments (8)

gaearon avatar gaearon commented on June 12, 2024

I can’t reproduce this on OS X with Chrome 48. Please post your operating system (Windows, assuming from scroll bars), Chrome version, and exact sequence of steps to reproduce the problem.

from react-dnd-html5-backend.

adityasan92 avatar adityasan92 commented on June 12, 2024

Hey gaearon,

I am using windows 10, and the Chrome Version is 48.0.2564.109 m. I was trying to use the file drop feature on the website, so I tried dropping a txt file into the Dustbin that accepts the Native_file on the website. that gave me the above error. When I use firefox it seems to be dropping but gives a warning as show below
image

Thanks for the reply. Big fan of ReactDND and Redux.

from react-dnd-html5-backend.

gaearon avatar gaearon commented on June 12, 2024

This should be fixed in [email protected].
Please verify.

(I have not had time to update the website yet but I will later today.)

from react-dnd-html5-backend.

adityasan92 avatar adityasan92 commented on June 12, 2024

Thanks the new version works!!

from react-dnd-html5-backend.

gaearon avatar gaearon commented on June 12, 2024

I’m glad! (I had to buy a BrowserStack license to debug it πŸ˜… )

from react-dnd-html5-backend.

mrcrlee avatar mrcrlee commented on June 12, 2024

Dan,

Thanks for your attention to this issue.

I've discovered, while using in development and through the dustbin examples hosted on github, this issue does persist on the following platform:

Windows 7 Enterprise
Firefox: 38.5.0

Screenshot attached.

dnderror

from react-dnd-html5-backend.

stevengoldberg avatar stevengoldberg commented on June 12, 2024

Hey @gaearon, I've been seeing this pop up in my error logs as well -- looks like it's happening to users on Windows 7 and Windows 10, and all on Firefox 47, when they're trying to do something with file drag-and-drop. I've got "react-dnd": "^2.1.4" and "react-dnd-html5-backend": "^2.1.2".

from react-dnd-html5-backend.

razjel avatar razjel commented on June 12, 2024

I also can't figure out how to solve this problem, but I discovered that It's most probably because of this fix in HTML5Backend.js

    // On Firefox, if mousemove fires, the drag is over but browser failed to tell us.
    // This is not true for other browsers.
    if (isFirefox()) {
      window.addEventListener('mousemove', this.endDragNativeItem, true);
    }

from react-dnd-html5-backend.

Related Issues (20)

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.