digitarald-fancyupload icon indicating copy to clipboard operation
digitarald-fancyupload copied to clipboard

Firefox 4 requires 2 clicks to browse be fired

Open yurynix opened this issue 13 years ago • 1 comments

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 =(

yurynix avatar Jun 02 '11 09:06 yurynix

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

emostar avatar Aug 24 '11 12:08 emostar