Hello, I'm having an issue with the V3 Google Maps API Directions Panel. Directions are loaded correctly on the map as well as in the directions panel, however clicking one of the directions in the panel causes unexpected behavior. The first one of the steps clicked will zoom the map to a random location, but clicking a different step afterwards works correctly and then everything works as normal. I'm currently working on another website, but I discovered the issue on one of my previous uses of Google Maps:
http://www.leehighgenerals.com/leehighdocs/map_beta.htmlThe issue appears in every browser I have tested using my code.
The page uses a compressed version of the javascript, but you can find the uncompressed one at:
http://www.leehighgenerals.com/js/directions.jsI'm currently using similar code to develop a maps application for a radio station using jQuery 1.6.2 and the problem is persisting. I found where someone had a similar issue here:
http://stackoverflow.com/questions/6482474/google-maps-api-v3-directions-clicking-first-step-bugAny help to resolve this issue would be greatly appreciated. I currently do not have access to a server to show an example of the code I am working on now, but the issue appears to be the same on both maps. I should have the server for the new website running later this week, and I can post a link then, however, the issue is well demonstrated on the link I posted.
Many thanks.