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
Comment #1
rdmillner commentedI can confirm that this is an issue. However, IE just loads the node creation page without using a popup.
Comment #2
rdmillner commentedI was wrong, it doesnt work in IE either.
Comment #3
browlands commentedsubscribe
Comment #4
mstrelan commentedGoogle Maps shows "Javascript is required to view this map." This is also the same issue as #811498: Does Javascript work in the popup window?
Comment #5
mstrelan commentedSorry, my comment refers to the 1.x branch of this.
Comment #6
mstrelan commentedI 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.