faheem801 / flot

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

Problem with IE9 #427

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

in IE9 (beta) all samples doen't work. There is an error at lines 540 and 553 
of jquery.flot.cs since 'window.G_vmlCanvasManager' is undefined.

I fixed the problem using:

if ($.browser.msie && window.G_vmlCanvasManager).. at both lines and now it's 
ok.

Thanks

Stefano Altieri

Original issue reported on code.google.com by stefano....@gmail.com on 12 Oct 2010 at 1:37

GoogleCodeExporter commented 9 years ago
Duplicate. See Issue 408

http://code.google.com/p/flot/issues/detail?id=408

Original comment by alex.ven...@gmail.com on 26 Oct 2010 at 8:17

GoogleCodeExporter commented 9 years ago

Original comment by olau%iol...@gtempaccount.com on 13 Dec 2010 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by dnsch...@gmail.com on 7 May 2012 at 11:29