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

Plugin stopped working #218

Closed jolebas closed 4 years ago

jolebas commented 4 years ago

As of today the button isn't clickable anymore. Please see detail of issue raised on Stack Overflow https://stackoverflow.com/questions/57802970/simple-ajax-uploader-plugin-stopped-working

weatherbell commented 4 years ago

Yes - it needs to not create that overlay or to create it with relative positioning.

DimNS commented 4 years ago

Confirm. The same thing happened yesterday to me, the plugin stopped working. This happened right after the last Update of Chromium, in Firefox works

floor12 commented 4 years ago

Resize of browser window fixes this problem until page refresh )

persabio commented 4 years ago

Now on the bootom browser i have big space (after change position to relative). I changed font fontSize from 480px to 0px, is better but when i click button big space return. Please help.

LPology commented 4 years ago

Pull request has been merged. I made an additional change which should fix the issue with adding additional space to bottom of page and bumped to 2.6.4.

@persabio Upgrade to newest version 2.6.4 which should fix the big space.

LPology commented 4 years ago

Interesting to note that at least one older version (2.5.5) does not appear to be affected by the issue that caused this problem. I'll investigate a little further to see if a better resolution can be found.

LPology commented 4 years ago

Just pushed another change and cut release 2.6.6. This should resolve all problems with this, so I'm closing this issue.

Anyone feel free to reopen or create a new issue if you encounter further problems. Thanks everyone for your input, feedback, and help, especially @mfurlend for the pull request.

DimNS commented 4 years ago

@LPology you forgot to do npm publish 2019-09-09_10-39-38

LPology commented 4 years ago

I actually do not own the npm package. I reached out to the person who owns it, so hopefully I can take over and then publish.

LPology commented 4 years ago

I am now the owner of the npm package and have just pushed an update for version 2.6.6:

https://www.npmjs.com/package/simple-ajax-uploader

Resolving.