Search found 3 matches

by dzarkadoulas
Wed Nov 26, 2014 2:18 pm
Forum: JFileUpload
Topic: Chrome resize window freezes applet
Replies: 0
Views: 39959

Chrome resize window freezes applet

In Chrome when the window that contains the applet is resized then the applet freezes. The cause of it is JavaScript communication between applet and browser. It also happens on your demo page (http://www.jfileupload.com/products/demo/applet_http_jsapi.html). My configuration is: Win 7 x64 Chrome 39...
by dzarkadoulas
Fri Jun 27, 2014 10:37 pm
Forum: JFileUpload
Topic: Applet window to the foreground
Replies: 6
Views: 18393

Re: Applet window to the foreground

Yes JSAPI is version 3.2 as well.
by dzarkadoulas
Wed Feb 05, 2014 9:44 pm
Forum: JFileUpload
Topic: Applet window to the foreground
Replies: 6
Views: 18393

Re: Applet window to the foreground

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 wil...