yenbao1340 / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

ExtInfoWindow erroring when directions are used #97

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. http://test.bcliquorstores.com/store/locator#map_city_8_Kelowna
2. Select the marker below the "Kelowna" city label on the map. Should be
the "Kelowna Mission Park" location.
3. Click the "Directions" element within the info window.
4. A directions div will become available to the right of the map.
5. Type in 2303 Leckie Road in the From - Street address.
6. Click "Get Directions". Map will update with directions and the list of
turn directions.
7. Click on one of the turn directions in the list of turns.

What is the expected output? What do you see instead?
  Normally without extinfowindow the map would update with an info window
opening on the location of the turn that was clicked as well as a zoomed in
mini-map of the turn.
  What is occurring is that the extinfowindow is trying to create the info
window div but is failing and as such on the end of the <body> tag there is
a new element added which is the div for the top left (_tl) of the
extinfowindow. So it looks like the extinfowindow is trying to build but
fails and as such a lingering element is left on the body.

What version of the product are you using? On what operating system?
  Tested within multiple browsers and all are producing the same error.
Google Maps API is v2 (latest production) and extinfowindow is r683.

Original issue reported on code.google.com by shawn.tu...@gmail.com on 13 Mar 2009 at 11:34

GoogleCodeExporter commented 8 years ago

Original comment by pamela.fox on 26 Mar 2009 at 1:18

GoogleCodeExporter commented 8 years ago
Can't reproduce this one.

Original comment by douglass...@earthlink.net on 18 Feb 2010 at 12:21

GoogleCodeExporter commented 8 years ago
Link is now:

http://www.bcliquorstores.com/store/locator#map_city_8_Kelowna

I am no longer part of the project that is maintaining the site. It looks like 
the 
extinfowindow.js file is the same as when we were developing. The site still is 
presenting the same issues.

Original comment by shawn.tu...@gmail.com on 23 Feb 2010 at 11:54