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

Used in scrollable blocks : blank space added in the body #226

Open theredled opened 4 years ago

theredled commented 4 years ago

Hi,

When you add a simpleAjaxUploader in a scrollable block (ex : scrollable table with uploads on each row), inputs are added in the body in absolute position.

But that position doesn't take into account the fact you're in a scrollable block, which causes adding element to the body, wrongly placed and much lower that the actual end of the content.

That leads to a potentially huge useless scrollbar on the window, and other bugs.