Legend service does not return the legend image if the application uses a proxy page and the application is viewed using Internet Explorer 8.
Last Published: May 17, 2019No Product Found
Bug ID Number
NIM080563
Submitted
May 3, 2012
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
2.8
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Additional Information
No plans to address at unsupported version.
Workaround
Use Internet Explorer 9 instead, or modify the Legend.xd.js file to include the following changes:Currently:if(_46.url.indexOf("http")!==0){src=_48.url+"/"+_49+"/images/"+_46.url;It must be:if(_46.url.indexOf("http")!==0){if (<a href="http://esri.config.defaults.io" target="_blank">esri.config.defaults.io</a>.proxyUrl)src = <a href="http://esri.config.defaults.io" target="_blank">esri.config.defaults.io</a>.proxyUrl+"?"+_48.url+"/"+_49+"/images/"+_46.url;elsesrc=_48.url+"/"+_49+"/images/"+_46.url;