On Mar 6, 12:44 pm, Allan <[email protected]> wrote:
> I've been developing a google maps application forwww.getawayearth.com.
> However just recently, on IE8, it has been displaying a message "stack
> overflow on line 13" and the map doesn't display all of the markers.
>
> This only happens on IE8 - its fine in firefox and safari.

I don't have IE8 so I cannot see the problem, but try using the IE7
compatibility meta tag:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >

Make sure that it is the first meta tag in the <head> section,
otherwise it might get ignored.
Doc:
http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx

--
Marcelo - http://maps.forum.nu
--






>
> Using the built-in debug part of IE the error is pointing to line 13
> (or sometimes line 12) in google's javascript file called main.js
>
> I'm unsure if this has anything to do with the new release of the API
> v3 or if its some error in our javascript code. But since its working
> fine on all other browsers and has been working fine up until now in
> ie8, i'm concened it might be an api issue.
>
> Today when i tried to load the site in IE8 it crashed the browser.
>
> here's some screen shots of the 
> problem:http://www.getawayearth.com/testing/stackoverflow.php
>
> This is quite a major issue as some of our users will not be able to
> access the site. If anyone has any idea why this is happening, then i
> would be truely grateful for any help.
>
> (i could also post our maps code if that would be of assistance)
>
> Best Wishes
> Allan
>
> On Mar 2, 3:37 pm, Chris Apolzon <[email protected]> wrote:
>
>
>
> > Post a sample ;)  Use firebug+1.
>
> > On Tue, Mar 2, 2010 at 10:19 AM, Christoph 
> > <[email protected]>wrote:
>
> > > Hi,
>
> > > I'm developing a new application in Google Maps API V3.
> > > On Internet Explorer 7 i sometimes get an javascript alert error:
> > > "Stack overflow at line: 13"
> > > After that the application can't be use anymore. How can I determine
> > > the cause of this error?
>
> > > Best regards
> > > Christoph
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "Google Maps JavaScript API v3" group.
> > > To post to this group, send email to
> > > [email protected].
> > > To unsubscribe from this group, send email to
> > > [email protected]<google-maps-js-api-v3%2B
> > >  [email protected]>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-maps-js-api-v3?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to