Please, help with this IE7 only issue. I get an Unspecified JavaScript error within Google Map API JavaScript code. I cannot trace the error to any API call in our code, because the stack trace in the debugger shows that the call that ends up to through the error is generate from within dynamic (EVALed) JavaScript.
Here is how to reproduce it: 0. Do not start debugger 1. Goto http://www.toyota.ca/toyota/build-price/ava 2. Click "Select Dealer" button in the top right corner under collapsible "Location" heading (not green "Find Dealer" button). A popup will appear. 3. Click "Search" beside "Select a Province" select box. Dealer search will be conducted and results will show on the map. 4. Click "Select Dealer" beside any on the found dealers. Popup will resize and show new options 5. Click "Change Dealer". This will rezide the popup and show search interface. 6. Click "Search" as in #3 Observe error: Line 28 Char: 56 Invalid argument With the Script Debugger running the code actually breaks before the error occurs at the line: d.Mc?g=al(b,a)..., where d.Mc is undefined. After I allow the code to run pass that the JavaScript error say: Line 27 Invalid argument Does anyone have an idea, why this is happening? All other browsers including Internet Explorer 8 in IE7 browser mode works without any errors. Thanks everyone! -- 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.
