laptop and a wrench

Bug

The Infowindow Selection Symbol does not appear for point features in ArcGIS API for JavaScript version 3.14.

Last Published: February 5, 2016 ArcGIS API for JavaScript
Bug ID Number BUG-000091450
SubmittedOctober 16, 2015
Last ModifiedJune 5, 2024
Applies toArcGIS API for JavaScript
Version found3.14
Operating SystemWindows OS
StatusWill Not Be Addressed

Additional Information

Changes in the current behavior, cannot be easily reverted. Instead of using map.infoWindow, just add the features to a graphics layer: //map.infoWindow.setFeatures(allFeatures); // Clear current selection if (selectedFeature) { map.graphics.remove(selectedFeature); } // TODO // set symbol for all features instead of just the first feature allFeatures[0].setSymbol(selMarker); // TODO // Using a separate graphics layer instead of map.graphics will make managing // more than one graphics easier: // 1. customGraphicsLayer.clear(); // 2. For each feature: call customGraphcisLayer.add(feature): selectedFeature = map.graphics.add(allFeatures[0]);

Steps to Reproduce

Bug ID: BUG-000091450

Software:

  • ArcGIS API for JavaScript

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options