LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

Set position:relative for compatibility with latest Chrome update #219

Closed mfurlend closed 5 years ago

mfurlend commented 5 years ago

https://github.com/LPology/Simple-Ajax-Uploader/issues/218 https://stackoverflow.com/questions/57802970/simple-ajax-uploader-plugin-stopped-working

LPology commented 5 years ago

I was able to fix the issue simply by removing position styling on the div on line 1986. Are the other changes necessary?

Edit: Line 2002, I mean

floor12 commented 5 years ago

Please, merge it asap.