Active
Project:
Openlayers
Version:
7.x-2.0-beta7
Component:
OL API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Jul 2013 at 00:00 UTC
Updated:
6 Aug 2013 at 22:51 UTC
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
Comment #1
nirad commentedI 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.