Hi:
I'm using ajaxuploader for one of our product. But we are facing lots of problem in firefox browser. One of the main issue is:
we are using simple div based pop-up inorder to provide uploading feature to users. Pop up window has one hide link on click of which we virtually hide the uploader pop-up, simply by using
visibility:hidden
In all the browser this feature works great and upload of files keep on going behind the scenes on hiding, which user can see again by opening that pop-up again, But in Firefox when we reopen the pop-up after hiding, uploader simply hangs and shows no activity. This firefox incompatibility issue is avoiding us to go live.
we certainly need a work around for this. please let us know how we can resolve this issue. Firefox throws following error
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsITypeAheadFind.setDocShell]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/browser.xml :: onPageHide :: line 494" data: no]
Thanks,
Aman