Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filestack drag and drop conflicts with React DnD #52

Closed
mikhuang opened this issue Sep 8, 2017 · 6 comments
Closed

Filestack drag and drop conflicts with React DnD #52

mikhuang opened this issue Sep 8, 2017 · 6 comments
Assignees

Comments

@mikhuang
Copy link

mikhuang commented Sep 8, 2017

It seems that something in React DnD is conflicting with Filestack's drag and drop functionality. Not sure what to do about this, just wanted to put this out there in case anyone else runs into it.

It seems to affect other libraries too: react-dnd/react-dnd#704

@velveteer
Copy link
Contributor

Thanks for reporting this. We will look into anything we might be able to do to avoid the conflict. Is this just when you are using the picker inside of a React app that's also using react-dnd?

@mikhuang
Copy link
Author

mikhuang commented Sep 8, 2017 via email

@jennybean
Copy link

I have experienced this issue as well. Filestack also begins to work when I remove React DnD.

@billouboq
Copy link

Any news ?

@zouxuoz
Copy link

zouxuoz commented Apr 16, 2019

@pcholuj ping

@pcholuj pcholuj self-assigned this May 6, 2019
@AndrzejSala AndrzejSala self-assigned this May 16, 2019
@AndrzejSala
Copy link
Contributor

AndrzejSala commented May 17, 2019

It looks like it is more problem with react-dnd than filestack-js.


react-dnd was disabling DataTransfer.dropEffect property in context of whole website including another dnd implemented on it.
Checking history of this issue:
https://github.com/react-dnd/react-dnd/issues/704
https://github.com/react-dnd/react-dnd/issues/802
react-dnd/react-dnd#457

I have found that they probably fix it in 7.1.0 release
react-dnd/react-dnd#1240

So my advice is to check the newest version of react-dnd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants