Hi Thinkgeo Community,
We are currently having an issue with our context menu on the Firefox browser and similar issues on other browsers. We are not using the context menu supplied through ThinkGeo but are currently appending a Telerik contextmenu to each of our LineString features through jquery and iterating through each client side feature. Each of our linestrings are also children of MultiLineString features. This functionality works fine if all features are within the initial loading of the map. The issue is, whenever there is a ajaxified postback of some kind to zoom to a linestring the map will reload only the svg polylines within the new extent. All the features within the inital extent work great with our context menu. When we pan or zoom around and try opening the context menu of other features the context menu doesn’t open.
Demo of Issue: https://ncrook-devmecca.tinytake.com/tt/MzY3NzY0Ml8xMTE2MjczNQ
Firefox Developer Tools image of the Inspector tab: https://ncrook-devmecca.tinytake.com/tt/MzY3NzY0NF8xMTE2MjczOA
We were curious if you have any suggestions in maintaining that contextmenu event on the objects? What are the client side events of the map to capture panning and zooming?
Any help would be greatly appreciated!
Thank you,
Neil