You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I've found a bug. The bug occurs when clicking a graphic to open an infowindow if another infowindow is already open but parts of that already open infowindow is outside the visible map extent.
Click the show window button, and press the green go button in the modal.
Click one of the purple icons in the map that shows up, to open an infowindow for that graphic.
Pan the map so that parts of the infowindow goes above the visible area of the map.
Try to click one of the other purple icons.
The observed result from this is that clicking the graphic (in step 4) only updates the content of the already open infowindow. The anchor of the already opened infowindow is not changed, but stays attached to the first graphic that was clicked (step 2).
Are there any workarounds for this behavior?
The text was updated successfully, but these errors were encountered:
I think I've found a bug. The bug occurs when clicking a graphic to open an infowindow if another infowindow is already open but parts of that already open infowindow is outside the visible map extent.
You can see and reproduce the issue in windows example in the demo pages (http://esri.github.io/bootstrap-map-js/demo/dojo/windows.html) by following this procedure:
The observed result from this is that clicking the graphic (in step 4) only updates the content of the already open infowindow. The anchor of the already opened infowindow is not changed, but stays attached to the first graphic that was clicked (step 2).
Are there any workarounds for this behavior?
The text was updated successfully, but these errors were encountered: