Moving the slider removes the graphics in a ArcGIS API for JavaScript application, if the slider goes back to the original position.
Last Published: December 8, 2014No Product Found
Bug ID Number
NIM054276
Submitted
February 17, 2010
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
1.5
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.
Workaround
Create a handler that executes on the onZoomEnd event of the map and have the method execute the code below:
document.getElementById("map_graphics_layer").style.display = "block";
Using ArcGIS API for JavaScript 1.4 also