Modify ↓
Opened 14 years ago
Closed 14 years ago
#639 closed defect (fixed)
jflot graphs not working with IE8
Reported by: | osimons | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | General | Version: | 0.6b3 |
Keywords: | Cc: | ||
Operating System: | BSD |
Description
Message: 'window.G_vmlCanvasManager' is null or not an object Line: 554 Char: 17 Code: 0 URI: https://www.coderesort.com/p/open/chrome/bitten/jquery.flot.js Message: 'window.G_vmlCanvasManager' is null or not an object Line: 554 Char: 17 Code: 0 URI: https://www.coderesort.com/p/open/chrome/bitten/jquery.flot.js
Our own build summary pages also has the same error, so likely a general issue with the flot library. Any updates available perhaps? Check jflot bug reports?
Graphs should work with IE8 before we release 0.6 final.
Attachments (1)
Change History (4)
Changed 14 years ago by hodgestar
comment:1 Changed 14 years ago by hodgestar
Could someone with IE test the patch I added?
comment:2 Changed 14 years ago by osimons
Just added this line instead as the macro did not work reliably, and the excanvas.js is one big conditional anyway:
<script type="text/javascript" src="${req.href.chrome('bitten', 'excanvas.js')}"></script>
Works great!
comment:3 Changed 14 years ago by hodgestar
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Patch that adds loading of excanvas Javascript library for IE compatibility when running under IE.