In earlier versions, you could put AJAX inside of the map popup and users could click on it without triggering a page refresh. In beta 3, there wa an error where the map popups only appeared once and would not appear with subsequent clicks. The file openlayers_behavior_popup.js was rewritten to address this, but now AJAX inside of the map popup no longer works.

Perhaps this could also be related to this issue: https://drupal.org/node/1993172

Comments

nirad’s picture

I reverted openlayers_behavior_popup.js to the version from beta1 and everything works correctly now. I don't know what additional functionality was added in later versions, but I know have it working with javascript inside the popup and without the bug that only allowed the popup to appear once.