Tihauan / jsgauge

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

Gauges do not appear in IE 8 and IE 7 print #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open http://jsgauge.googlecode.com/svn/trunk/src/example/gauge.html using IE 
7 and/or IE 8.
2. Execute print.

What is the expected output? What do you see instead?
Expected output: the gauges will be printed.
Current output: gauges are not printed.

What version of the product are you using? On what operating system?
The version of the live exaple. OS is windows xp.

Thank you in advance.

Original issue reported on code.google.com by kristoff...@gmail.com on 18 Jan 2012 at 12:03

GoogleCodeExporter commented 9 years ago
I was having the same problem, easy fix if it's the same issue your having. 
Make sure that your page is finding the IE script:

<!--[if IE]><script type="text/javascript" 
src="excanvas.js"></script><![endif]-->

"excanvas.js" was not in my root directory so I had to fix the path so the 
browser could find it.

Original comment by John3ver...@gmail.com on 28 Feb 2012 at 8:23

GoogleCodeExporter commented 9 years ago
add thin under <system.webServer>

 <httpProtocol>
      <customHeaders>
        <clear />
        <add name="X-UA-Compatible" value="IE=9" />
      </customHeaders>
    </httpProtocol>

Original comment by roves...@gmail.com on 7 Mar 2012 at 12:43

GoogleCodeExporter commented 9 years ago
It seems this is a problem with your environment, rather than an issue with 
jsgauge itself?

Original comment by justin.e...@gmail.com on 28 Mar 2012 at 2:36

GoogleCodeExporter commented 9 years ago

Original comment by justin.e...@gmail.com on 16 Apr 2012 at 4:49