Applet window to the foreground

Upload core product.
Post Reply
diendi
Posts: 11
Joined: Fri Oct 02, 2009 1:04 pm

Applet window to the foreground

Post 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

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Applet window to the foreground

Post by support »

You mean focus?

diendi
Posts: 11
Joined: Fri Oct 02, 2009 1:04 pm

Re: Applet window to the foreground

Post by diendi »

Yes exactly.

jharter
Posts: 4
Joined: Mon Oct 21, 2013 7:59 pm

Re: Applet window to the foreground

Post 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?

dzarkadoulas
Posts: 3
Joined: Wed Feb 05, 2014 9:31 pm

Re: Applet window to the foreground

Post 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

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Applet window to the foreground

Post by support »

Did you update JSAPI to 3.2 too?

dzarkadoulas
Posts: 3
Joined: Wed Feb 05, 2014 9:31 pm

Re: Applet window to the foreground

Post by dzarkadoulas »

Yes JSAPI is version 3.2 as well.

Post Reply