laptop and a wrench

Bug

Graphics remain in the same location in the browser window when zooming in ArcGIS API for JavaScript 3.21, where the graphics are created from the ArcGIS Online web map based on the map's FeatureLayer query.

Last Published: January 5, 2021 ArcGIS API for JavaScript
Bug ID Number BUG-000108316
SubmittedSeptember 26, 2017
Last ModifiedJune 5, 2024
Applies toArcGIS API for JavaScript
Version found3.21
Operating SystemN/A
Operating System VersionN/A
StatusKnown Limit

Additional Information

This is as designed.

Workaround

Construct a new graphic from each graphic in the query result FeatureSet:Example:rather than:lyrSummary.add(r.features[i]);use the following:lyrSummary.add(new Graphic(r.features[i].toJson());

Steps to Reproduce

Bug ID: BUG-000108316

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