| Issue 3503: | Bug: IE 6+ Links in InfoWindows not working | |
| 7 people starred this issue and may be notified of changes. | Back to list |
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]
Jul 26, 2011
Thank you!!
Jul 26, 2011
Rolling back to v 3.4 cures the problem. I'm sure this was introduced in the past 24 hours.
Jul 26, 2011
Noticed it here, too, tested IE7 and IE9. The same bug affects Opera 11.0.
Jul 26, 2011
(No comment was entered for this change.)
Status:
Acknowledged
Labels: Internal-5080643
Jul 27, 2011
Another solution, without "href" instead "onclick":
<a href="#" onclick="window.open('URL')".....
Jul 27, 2011
(No comment was entered for this change.)
Status:
Fixed
|
|
| ► Sign in to add a comment |