danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

Drag and Drop from File Selection Window followed by cancel results in crash of the browser #2087

Open ramakrid opened 5 years ago

ramakrid commented 5 years ago

Steps to reproduce.

  1. Go to https://angular-file-upload.appspot.com/
  2. Click on the 'Select File Or Drop File'
  3. File selection dialogue opens.
  4. Drag and drop files to div 'Select File Or Drop File' from that selection window.
  5. Cancel the dialogue.

You will observe that the browser will crash ( tested in Chrome)

mansa-dev commented 5 years ago

I am facing the same issue on the Windows operating system.