Tagged Questions
0
votes
1answer
2k views
Stack Overflow in IE with JQuery (at line 12/1076)
I'm using JQuery from Google CDN and I've been getting stack overflow error (using IE8) at lines 12 (for the min file) and 1076 (for the uncompressed one). The JQuery code at the line where stack ...
8
votes
1answer
3k views
Stack overflow at line 0
I have a form validation script that is unfortunately returning the Stack overflow at line 0 alert box shortly before crashing (IE7) and just straight up crashes in IE8 (It does work first, very ...
5
votes
2answers
260 views
determine stack depth in javascript using javascript
Is there a way to determine the stack depth of all functions being executed in javascript by using javascript itself?
I'm thinking it might involve modifying the Function prototype, but I really ...
0
votes
2answers
622 views
Google Maps API v3 not loading without fitbounds, zooming causing infinite loop/stackoverflow
Previous question here:
stack overflow with Google maps API (IE7 IE8)
I found the following question in the mean time: Google Maps API v3: Can I setZoom after fitBounds?
The solution there works just ...
0
votes
1answer
525 views
stack overflow with Google maps API (IE7 IE8)
I've been fighting an issue with google maps on our site which occurs on first load on IE7 and IE8. I was trying to deal with the solution by combining firefox and ie8 debuggers, but it's quite ...