Page 1 of 1

Applet window to the foreground

Posted: Tue Mar 19, 2013 2:26 pm
by diendi
Hi,

When a user uploads a directory of several files, what is the way to prevent the browser (Firefox) containing the applet is found in the foreground at the beginning of each file transfers. This is indeed difficult for the user when navigating in Firefox when transferring a directory.

Regards,

Java 7 (u17)
JFU2.9

Re: Applet window to the foreground

Posted: Sun Mar 31, 2013 12:23 pm
by support
You mean focus?

Re: Applet window to the foreground

Posted: Mon May 13, 2013 9:27 am
by diendi
Yes exactly.

Re: Applet window to the foreground

Posted: Wed Dec 04, 2013 9:57 pm
by jharter
We are getting customer complaints about this issue as well. It seems to only be happening on IE (only verified on IE 11 so far). It happens with one large file too if chunking is enabled. Each new chunk will return focus to the browser window for the applet. Is there anything that can be done about this?

Re: Applet window to the foreground

Posted: Wed Feb 05, 2014 9:44 pm
by dzarkadoulas
I have managed to identify the problem; it's the communication of the applet with the browser via the javascript API calls. It is happening when each chunk has been uploaded and it's not limited to IE, as it is reproduced with FF as well. For us removing this communication is not an option as we will lose functionality.

Can you please help?

Tested with:
IE 11, Firefox 26.0
jFileUpload 3.2
JRE 1.7.0_51-b13
Windows 7 SP1

Re: Applet window to the foreground

Posted: Mon Mar 17, 2014 7:57 am
by support
Did you update JSAPI to 3.2 too?

Re: Applet window to the foreground

Posted: Fri Jun 27, 2014 10:37 pm
by dzarkadoulas
Yes JSAPI is version 3.2 as well.