-
Notifications
You must be signed in to change notification settings - Fork 303
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
Chrome crash when drag and drop file from browse file window #335
Comments
Video : https://www.youtube.com/watch?v=bPnuY8LsF6Q |
Does this happen with other uploaders too? What OS are you using, version? Browser version? |
I found this https://bugs.chromium.org/p/chromium/issues/detail?id=388661 Now I try to disable drag file from file browser but still able to drag from explorer but I have no idea to do it. |
It seems to be a browser or OS issue. Can this be solved in flow.js? |
We use jquery file uploader (https://blueimp.github.io/jQuery-File-Upload/) and I am able to replicate this scenario here. At first I thought it was something our app, but it definitely seems to be a browser issue. I can reliably reproduce this on the demo site as well. These repo steps are kind of crazy, but they reliably crash the browser for me, maybe this will help triage This is on windows 10, have not tried to repro on osx or ubuntu yet.
For me, I've been able to reproduce this across different apps - we have a bunch of different demo sites running on different domains, and I can cause it to crash on one site, but those same files will then work fine on any other site, including a completely different app like the demo site. Once a set of files crashes once, those same files will then work anywhere for your current desktop session. This leads me to believe its some sort of chrome bug where the files are being buffered in memory or something, causing chrome to crash, but once they buffer once, they seemingly work for a while. Would be interested to know if others can reproduce this issue in the same manner. We've been able to repro this on several different machines here |
similar issue: dropzone/dropzone#270 |
Is it resolved? Thanks. |
I get an issue with my app, I just modify the code from the demo page, when click upload file window will pop up browse widow and when drag file to drop zone wait a minute and click close, chrome crash.
I have same issue to demo page too, I' upload video to show issue
The text was updated successfully, but these errors were encountered: