When combined with the GMAP and Location modules the Add New: popup gets stuck on the loading screen. I suspect this is more of a popups API issue but I noticed it with this module.
Firefox Error Console says:
GUnload is not defined /node/4/edit Line: 493
and
GUnload is not defined /sites/all/modules/popups/popups.js Line: 1263

Comments

rdmillner’s picture

I can confirm that this is an issue. However, IE just loads the node creation page without using a popup.

rdmillner’s picture

I was wrong, it doesnt work in IE either.

browlands’s picture

subscribe

mstrelan’s picture

Google Maps shows "Javascript is required to view this map." This is also the same issue as #811498: Does Javascript work in the popup window?

mstrelan’s picture

Sorry, my comment refers to the 1.x branch of this.

mstrelan’s picture

I have got this to work using alternative modules.

This depends on

And these depend on

It's a long process to get it working but the usability is so much nicer.

---EDIT---
This does not work in IE7/8

---EDIT---
This works in IE7/8 with fixes from http://drupal.org/node/769426 and http://drupal.org/node/764760.