Fixed
Status Update
Comments
en...@google.com <en...@google.com>
an...@gmail.com <an...@gmail.com> #2
Going back to 3.6 fixed it so it looks like it is 3.7.
3.7:http://icloudy.me/E25v
3.6:http://icloudy.me/E1cN
3.7:
3.6:
an...@gmail.com <an...@gmail.com> #4
What browser(s) does this affect?
Description
Here is a screenshot of the info windows I am referring to: [see attached]
The "more info" link to the Google+ page opens in a new tab/window which is nice however the <REDACTED> link does not.
The only real fix is some kind of interval to automatically look for new links in the Google Map and fix the issue. Such as:
setInterval(function() {
$("div.gm-website a").attr("target","_blank"); //using jQuery for brevity
},100);
===========================================================================
I originally reported it in the Google Group at
===========================================================================
Thanks,
<REDACTED>