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

Button in an overflow #94

Closed NaWer closed 8 years ago

NaWer commented 9 years ago

form is in an absolute position relative to the body, so the HTML element used as upload button can't be hidden in an element with scrollbar (mouseover event is not triggered ?) : https://jsfiddle.net/Lxc92mty/3/

(chrome 41)

nickgardos commented 9 years ago

I have the exact same problem

LPology commented 8 years ago

The new updatePosition() method will fix this:

https://jsfiddle.net/14abx1yj/2/

LPology commented 8 years ago

Upgrading to version 2.2, released yesterday, may fix this. I forked that jsfiddle and updated with version 2.2 of the plugin, and the issue no longer exists.

https://jsfiddle.net/gkfdj3et/1/