digitarald-fancyupload
digitarald-fancyupload copied to clipboard
Firefox 4 requires 2 clicks to browse be fired
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 =(
Change it from an a
tag to a normal div
and then it will work with one click.