TanTayBui / flot

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

IE9 js error #722

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
jquery.flot.js, Row 703 Char 17

if (!c.getContext) // excanvas hack
                c = window.G_vmlCanvasManager.initElement(c);

Original issue reported on code.google.com by luigi.va...@populis.com on 17 Jul 2012 at 8:29

GoogleCodeExporter commented 9 years ago
This isn't a bug; your page just has the wrong doctype, which causes IE to 
render in quirks mode without HTML5 canvas support.  You can solve this by 
either fixing your doctype (greatly preferred solution), or removing the 
IE-conditional from your excanvas.js include.

You can find more information on the forums, at 
https://groups.google.com/forum/?fromgroups#!forum/flot-graphs.  Please open 
issues only for confirmed bugs or enhancement requests; for questions use the 
forums.

Original comment by dnsch...@gmail.com on 17 Jul 2012 at 3:12