Open GoogleCodeExporter opened 9 years ago
Hi,
I'm afraid I haven't got access to an instance of IE8 for testing. However, I
can suggest that you modify the "isIE()" function in SufacePlot.js so that it
returns true to see if that works. It's possible that that it is not detecting
IE8.
Thanks,
Greg
Original comment by gregxross@gmail.com
on 10 Jun 2012 at 1:56
Hi Greg,
So I upgraded to IE9 and it works fine, with the isIE() function set to false,
but not when it is set to true. Also, when displaying the graph in IE9 with
isIE() returning false, the tooltip doesnt show on most of the graph. Any
suggestion to fix this?
Original comment by randommu...@gmail.com
on 19 Jul 2012 at 2:40
Hi,
Glad you've got it working with IE9. I've recently added a fix that should take
care of that in future. I'm not sure of the tooltip issue, though. Have a look
at the getMousePositionFromEvent function in SurfacePlot.js. It's likely that
at this point we should be using the IE-specific code. If in doubt, download
the latest version of the plot and see how that does.
Thanks,
Greg
Original comment by gregxross@gmail.com
on 22 Jul 2012 at 5:32
Original issue reported on code.google.com by
randommu...@gmail.com
on 1 Jun 2012 at 7:47