sangltdn / flot

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

window.G_vmlCanvasManager issue with Internet Explorer #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

Internet Explorer is rejecting my app which includes Flot, and it's
breaking at line 553 of jquery.flot.js:

if ($.browser.msie) // excanvas hack
 window.G_vmlCanvasManager.init_(document); // make sure everything is setup

The IE error message is: 
   window.G_vmlCanvasManager is null or not an object

The url is : www.twittermoodmeter.com

Any workarounds you can suggest?

Thanks!

Original issue reported on code.google.com by arnie.la...@gmail.com on 29 Dec 2009 at 11:58

GoogleCodeExporter commented 9 years ago
Just got it to work... I found that I was using a corrupted version of excanvas,
which sometimes happens when I upload files to my hosting ISP. 

Original comment by arnie.la...@gmail.com on 1 Jan 2010 at 6:44

GoogleCodeExporter commented 9 years ago
OK. :)

Original comment by olau%iol...@gtempaccount.com on 20 Jan 2010 at 11:41

GoogleCodeExporter commented 9 years ago

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