Last Published: March 1, 2016ArcGIS API for JavaScript
Bug ID Number
BUG-000093229
Submitted
December 30, 2015
Last Modified
June 5, 2024
Applies to
ArcGIS API for JavaScript
Version found
3.15
Status
Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
Additional Information
The marker symbol is used to define the symbol for features associated with a popup window. In this test application, no features are selected so the marker symbol does not display. If the application contains features that are associated with a popup window, use the following code to modify the marker symbol:
map.infoWindow.set("markerSymbol", new SimpleMarkerSymbol());
Documentation for this can be found in the Popup API reference: https://developers.arcgis.com/javascript/jsapi/popup-amd.html