nicowesse / geoxml3

Automatically exported from code.google.com/p/geoxml3
0 stars 0 forks source link

Empty description of marker breaks loading in IE #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a KML file with the description field of a marker empty
2. Load the file into a map
3. Open the .html file in IE (tested in version 8)

What is the expected output? What do you see instead?
Load the KML all the markers. However, the script breaks with the marker of 
empty description.

What version of the product are you using? On what operating system?
Last version of trunk or network_link. Windows XP

Please provide any additional information below.
The error says: 'textContent' is null or is not an object
Line: 440 (trunk)
Line: 624 (network_link)

I think vars should be checked before returned.

Regards.

Original issue reported on code.google.com by alvaro.d...@gmail.com on 28 Oct 2010 at 10:43

GoogleCodeExporter commented 9 years ago
Have you tried the polys branch?  That is the latest development version.

Original comment by geocodezip on 29 Oct 2010 at 1:03

GoogleCodeExporter commented 9 years ago
It worked like charm, thanks!

Original comment by alvaro.d...@gmail.com on 29 Oct 2010 at 8:32

GoogleCodeExporter commented 9 years ago
Back porting the fix from the polys branch to the network_link and trunk is not 
a high priority.  If you encounter this problem, please use the polys branch.

Original comment by geocodezip on 29 Oct 2010 at 5:59

GoogleCodeExporter commented 9 years ago

Original comment by geocodezip on 29 Oct 2010 at 8:23

GoogleCodeExporter commented 9 years ago
fixed in polys and kmz branches

Original comment by geocodezip on 23 Feb 2012 at 5:02