google-code-export / geoxml

Automatically exported from code.google.com/p/geoxml
1 stars 1 forks source link

Internet Explorer support #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open IE7
2. goto http://www.dyasdesigns.com/geoxml/malaria.htm
3. Page loads, but any mouseover (sidebar or marker) gives Line:0
'undefined' is null or not an object

What is the expected output? What do you see instead?
Mouseover should work (works in Firefox)

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

Please provide any additional information below.

In IE6 markers don't come up, but get:
   Line: 834 Char: 4 Error: Syntax error 
   Line: 32  Char: 5 GeoXml is undefined
.
.

Original issue reported on code.google.com by sarveshmathur on 27 Jan 2009 at 7:12

GoogleCodeExporter commented 9 years ago
It turns out I no longer have any machines with ie6 on them...

I ran in to similar issues testing in IE8 however (I regret updating from ie7)
the malaria page at its best in IE only ever loaded in 200 or so 
seconds...compared
to 20 seconds in some other browsers.

a couple similar pages might be better grounds for checking out, for me they 
were
running in to the same issues as the malaria one.

http://www.dyasdesigns.com/geoxml/c2920.htm
http://www.dyasdesigns.com/geoxml/jsusa.htm

be sure to empty your cache... and let me know
I am getting the script timeout warning and other 
elements like unreliability of polygon mouse over
which might be ie8 beta specific.. so I 
cant be certain. (Damn MS anyway)

Original comment by lanceala...@gmail.com on 29 Jan 2009 at 4:53

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have fixed an error where GeoXml was adding a Listener for a sidebar that 
didnt 
exist this was throwing some errors in IE, while I cannot test in IE6, it seems 
fully functional in IE8 (compatibility mode) which presumedly means it works in 
IE7. 
Can you let me know what  you see currently on the above pages?

Original comment by lanceala...@gmail.com on 18 Feb 2009 at 7:26

GoogleCodeExporter commented 9 years ago
I've found the infowindow will not popup when a polygon is clicked in IE8. I've
verified the issue is present in the latest (May 15) build.

Original comment by carle...@gmail.com on 20 May 2009 at 8:30

GoogleCodeExporter commented 9 years ago

I am told that the best way to get IE8 to behave itself with the API is to add 
this to your html

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">

Original comment by lanceala...@gmail.com on 29 Jul 2009 at 3:00

GoogleCodeExporter commented 9 years ago
I saw the mention of infowindows and wondered if it might be related to the API 
change that google made a few weeks ago. They have deprecated older API's and 
their 
minimum revision now loads the infowindow code on demand but there are 
circumstances 
where the API doesn't recognise the demand and you get various errors, 
especially (in 
my experience) in IE which degrades differently to other browsers. I wrote a 
little 
about it here, there is a very simple fix to rule this particular issue out;

http://blog.mindsizzlers.com/blog6.php/2009/07/15/quikmaps-fixed-by-mindsizzlers

Original comment by roger.mo...@gmail.com on 29 Jul 2009 at 8:16

GoogleCodeExporter commented 9 years ago
fixed mouseover even issues specific to ie object definitions 

Original comment by lanceala...@gmail.com on 15 Sep 2009 at 5:44

GoogleCodeExporter commented 9 years ago

Original comment by lanceala...@gmail.com on 15 Sep 2009 at 5:44