Fixed
Status Update
Comments
ar...@gmail.com <ar...@gmail.com> #2
Setting the marker option optimized: false makes the problem disappear
lu...@google.com <lu...@google.com> #4
Status is showing "fixed", but this is not correct.
Up till the current Firefox version (39) the problem remains.
Firefox 39 extends the problem to the mousover addListener event.
Adding "optimised:false" to the marker options solves both problems.
Up till the current Firefox version (39) the problem remains.
Firefox 39 extends the problem to the mousover addListener event.
Adding "optimised:false" to the marker options solves both problems.
ar...@gmail.com <ar...@gmail.com> #5
Comment has been deleted.
lu...@google.com <lu...@google.com> #6
I was referring to the topix link. It has almost 1000 lines in the file and is a bit of a mess to try and isolate what would be causing the error.
ar...@gmail.com <ar...@gmail.com> #7
Hey you go... I've stripped it down to an example that is only 55 lines.
http://www.topix.com/map_bug (uses v=3.3 and has no errors)
http://www.topix.com/map_bug?latest_version=1 (uses latest version of api and show an invalid argument or "An invalid or illegal string was specified (88 out of range 42)" error in adsense.js).
Let me know if this is sufficient or if you want me to add/remove something from the example.
Let me know if this is sufficient or if you want me to add/remove something from the example.
lu...@google.com <lu...@google.com> #8
Thanks thats much easier to investigate now.
ar...@gmail.com <ar...@gmail.com> #9
[Comment deleted]
ar...@gmail.com <ar...@gmail.com> #10
Hi, just checking back after a month. I see the status is still listed as "NeedsMoreInfo". I was wondering if you need anything more so as to change the issue status at least to "Confirmed".
Thank you for your time
Thank you for your time
lu...@google.com <lu...@google.com> #11
The problem is in your JSON object you have a key "eventful_loaded": 1 which you are then trying to turn into a LatLng object.
You should validate that var latlng_pair = point.split(",") is actually of size 2 and will be a valid LatLng before you create the object.
You should validate that var latlng_pair = point.split(",") is actually of size 2 and will be a valid LatLng before you create the object.
ar...@gmail.com <ar...@gmail.com> #12
Sorry, in my zeal to simply the original javascript code for you. I removed the some conditional checks in the that exist in the original code to handle these situations. I have added the checks in the sample code. Can you please reopen the bug and investigate? (I still see the error on IE8).
http://www.topix.com/map_bug?latest_version=1
Thank you.
Thank you.
lu...@google.com <lu...@google.com> #13
Bumping back to new until I verify - I do see the error in IE8 now - I just need to verify the cause :)
lu...@google.com <lu...@google.com> #14
Actually, looking at your example in IE8 I am not able to see any errors. Do you still see it?
ar...@gmail.com <ar...@gmail.com> #15
Thank you for the quick reply!
Yes... it happens inconsistently onload... but pretty reliably if I drag and map around a little. I suspect the error occurs when the Google Adsense for Map unit trying to refresh itself with a new ad (my guess).
===
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
Timestamp: Fri, 15 Apr 2011 03:57:15 UTC
Message: Invalid argument.
Line: 9
Char: 118
Code: 0
URI:http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/9/%7Bmain,adsense%7D.js
======
Yes... it happens inconsistently onload... but pretty reliably if I drag and map around a little. I suspect the error occurs when the Google Adsense for Map unit trying to refresh itself with a new ad (my guess).
===
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
Timestamp: Fri, 15 Apr 2011 03:57:15 UTC
Message: Invalid argument.
Line: 9
Char: 118
Code: 0
URI:
======
lu...@google.com <lu...@google.com> #16
Confirmed. You need to drag the map to cause the error.
This error is not related to markers at all - if you remove the markers the error still happens.
This error is not related to markers at all - if you remove the markers the error still happens.
Description
to
IE8 gives the following error
===========================
Message: Unspecified error.
Line: 33
Char: 511
Code: 0
URI:
=============================
Actually Firefox works, but shows an array out of bounds access error
=================
Index or size is negative or greater than the allowed amount" code: "1
[Break On This Error] (86 out of range 42)
{main,adsense}.js (line 86)
===============
Currently we are using v3.3, but we think the impression tracking for the Adsense Map Ad Unit in that version is messed up (i.e. showing that we have about 10% of the actually Ad impressions we are giving).
Thank you