joni2back / angular-filemanager

JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
https://joni2back.github.io/angular-filemanager/
MIT License
1.76k stars 577 forks source link

Flickering while uploading files #300

Open sfeher-p opened 7 years ago

sfeher-p commented 7 years ago

Hi,

I've noticed flickering when dnd files to the filemanager (it happens while dragging). Is there a way to prevent this flickering ? Thanks.

PS: Not sure if it's related to: https://github.com/danialfarid/ng-file-upload/issues/1043 ?

Lovecannon commented 7 years ago

I'm also getting this issue on the regular uploads too. It will usually flicker in color (gray to white) for a few seconds and then it resolves itself. If you switch to another tab and come back to the page it starts doing it again for a few seconds.

PS: forgot to mention I'm using the master branch on this, the 1.5.1 release's upload functions didn't work for me

durasj commented 7 years ago

I've checked the danialfarid/ng-file-upload#1043 and it looks like it was resolved in the older release than we are using so we should be fine. But we can bump the delay to 200ms no problem if it helps. I think the UX will be solid still. Have you please tried that?