thilino / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

ie11 error with 1.8.0 #217

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1.windows 8.1 64 - ie 11.0.9600.17105

2.qz print 1.8.0

3.error printing: qzprintraw.print() failed

Theory in version 1.8.0 this solved but I failed. 
What's the problem?

Thanks.

Original issue reported on code.google.com by carvajal...@gmail.com on 6 May 2014 at 12:49

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
First make sure the 32-bit and 64-bit versions of Java are the same.  If that 
doesn't fix it...

You will need to provide more details for this to be resolved, but if you are 
referring to the constant redirection to the downloads page on Internet Exporer 
11, just write your own applet tags, which have been provided (commented out) 
in sample.html.  Just search the page for <applet>.

This issue is caused by Oracle's deployJava.js script.  It has been a pain 
point for many people using Internet Explorer.  I'm not aware of a fix at this 
time, so I would recommend anyone using IE 11 with these types of redirect 
issues to stop using deployJava.js and use a 3rd party tool for Java Client 
Detection, or just code the <applet> tags into the web page manually.

-Tres

Original comment by tres.fin...@gmail.com on 6 May 2014 at 12:55