After adding driving directions to our google map, we are now getting
a JS error when trying to pull up the details of any point in the
directions (either the begin/end point or one of the numbered points
in the route). Here is the error:
Line: 65
Error: 'null' is null or not an object
If I debug this it appears in the following line:
function xc(a,b){Kb(a);var c=a.style,d=a.parentNode;if(typeof
d.clientWidth!="undefined"){c.left=z(d.clientWidth-a.offsetWidth-
b.x);c.top=z(d.clientHeight-a.offsetHeight-b.y)}}
With d being null.
It appears that either adding or removing an explicit width setting
has no affect on the error. The div with the map has an explicit
width.
Environment: Vista, IE7, .Net 3.5 (if I pull up the same page in
Safari everything appears fine)
PS - i read another post similar to this, and it had something to do
with a CSS file that needed to be updated. Not sure how that solved
it since it never really said where that file is and what to change.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---