jianlinwei / webgl-surface-plot

Automatically exported from code.google.com/p/webgl-surface-plot
0 stars 0 forks source link

Doesnt work in IE #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the product in IE 8
2.
3.

What is the expected output? What do you see instead?
The plot is supposed tobe vissible, but when I open it in IE, it doesnt work.

What version of the product are you using? On what operating system?

I am using version 1.0 of the surface plot, and IE 8. My operating system is 
windows.

Please provide any additional information below.

Original issue reported on code.google.com by randommu...@gmail.com on 1 Jun 2012 at 7:47

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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