digitarald / digitarald-fancyupload

Swiff meets Ajax for powerful and elegant uploads (MooTools Plugin).
http://digitarald.de/project/fancyupload/
277 stars 105 forks source link

Firefox 4 requires 2 clicks to browse be fired #20

Open yurynix opened 13 years ago

yurynix commented 13 years ago

Hello, I'm on firefox 4.0.1, the demo on the site requires two clicks on the "Attach files" to open the file selection dialog. http://digitarald.de/project/fancyupload/3-0/showcase/attach-a-file/

After commenting out the target relay on my own site, it seems to be working as expected on FF.

//      if (this.target) this.target.fireEvent(name);
    },

have no idea how to debug it further =(

emostar commented 13 years ago

Change it from an a tag to a normal div and then it will work with one click.