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

Problem with uploaders created on elements in bootstrap accordion #135

Closed sergey-suloev closed 8 years ago

sergey-suloev commented 8 years ago

I have a problem with uploaders created on elements in bootstrap accordion. Accordion's panels are initially collapsed and elements are hidden. This causes SimpleUpload to create absolutely positioned elements with incorrect coordinates. When accordion panels are expanded then a file input and its parent may overlap wrong elements Ways to fix that ?

LPology commented 8 years ago

Can you post or link to an example?