Legend service does not return the legend image if the application uses a proxy page and the application is viewed using Internet Explorer 8.
最後に公開された状態: May 17, 2019No Product Found
不具合 ID 番号
NIM080563
送信されました
May 3, 2012
最終更新日
April 2, 2025
適用対象
No Product Found
見つかったバージョン
2.8
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
No plans to address at unsupported version.
対処法
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;