sunjavagroups / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

Error when using the minified version of flot in IE9 #581

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using the un-minified version of flot is working fine, but when I swap to the 
minified version, I get this error in IE9 (works in compatibility mode)

SCRIPT5007: Unable to get value of the property 'init_': object is null or 
undefined 
jquery.flot.min.js, line 1 character 9585

I'm using the 0.7 download, along with the stack and navigate plugins.

Original issue reported on code.google.com by roberts....@gmail.com on 1 Aug 2011 at 2:27

GoogleCodeExporter commented 8 years ago
are you also using the excanvas.js / excanvas.min.js files?

Original comment by littlefr...@gmail.com on 10 Aug 2011 at 6:58

GoogleCodeExporter commented 8 years ago
Yeah, like this:

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

Original comment by roberts....@gmail.com on 11 Aug 2011 at 11:44

GoogleCodeExporter commented 8 years ago
I've tried the 0.7 download against IE9, and don't see any problems with the 
minified version.

That error is what one sees when canvas isn't present, which in the case of IE9 
happens when the page has an incorrect or missing DOCTYPE, and is rendered 
using quirks mode instead of standards mode.  Are you sure the problem is with 
jquery.min.js and not the page's render mode?  Can you try the basic example, 
with no modifications, and let me know whether that works?

Original comment by dnsch...@gmail.com on 9 May 2012 at 1:16

GoogleCodeExporter commented 8 years ago
No follow-up; marking as invalid.

Original comment by dnsch...@gmail.com on 4 Jun 2012 at 2:33