Side navigation
#9308 closed bug (invalid)
Opened May 17, 2011 06:34AM UTC
Closed May 17, 2011 02:37PM UTC
Last modified March 14, 2012 06:10AM UTC
bug in the actual jQuery visualize plugin
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | misc | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There is a bug in the actual jQuery visualize plugin due to a partial implementation of canvas elements in IE 8. In IE7 this falls back to excanvas.js (Google's emulated canvas for IE) and it seems to work fine. As a temporary solution until the plugin is fixed force IE 8 to render in compatibility mode:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
There is a bug in the actual jQuery visualize plugin due to a partial implementation of canvas elements in IE 8. In IE7 this falls back to excanvas.js (Google's emulated canvas for IE) and it seems to work fine. As a temporary solution until the plugin is fixed force IE 8 to render in compatibility mode:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
This may, of course, cause some other CSS issues that need to be addressed.