My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 3503: Bug: IE 6+ Links in InfoWindows not working
7 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Jul 2011


Sign in to add a comment
 
Reported by [email protected], Jul 26, 2011
Tested IE 6-8 - InfoWindows that contain links show the link content, but when you try to click on the link, it's dead.  If you right-click and elect to go, it works.  This change has occurred very recently (possibly the last 24-72 hours) - it was working just fine previously.

Your own example doesn't work in IE here:
https://code.google.com/apis/maps/documentation/javascript/examples/infowindow-simple.html

We're using the info windows here:
http://www.dcor.state.ga.us/GDC/FacilityMap/jsp/FacQrybyFacility.jsp

I am currently working on a fix by adding specific listeners in our code, but it would be great to get this issue fixed in the native code.

Thanks!


Jul 26, 2011
#1 [email protected]
For workaround, i downgrade to 3.4 ...
http://maps.google.com/maps/api/js?sensor=false&v=3.4
Jul 26, 2011
#2 [email protected]
Thank you!!
Jul 26, 2011
#3 [email protected]
Rolling back to v 3.4 cures the problem.  I'm sure this was introduced in the past 24 hours.
Jul 26, 2011
#4 [email protected]
Noticed it here, too, tested IE7 and IE9. The same bug affects Opera 11.0.
Jul 26, 2011
Project Member #5 [email protected]
(No comment was entered for this change.)
Status: Acknowledged
Labels: Internal-5080643
Jul 27, 2011
#7 [email protected]
Another solution, without "href" instead "onclick":
<a href="#" onclick="window.open('URL')".....
Jul 27, 2011
Project Member #8 [email protected]
(No comment was entered for this change.)
Status: Fixed
Sign in to add a comment

Powered by Google Project Hosting