不具合
| 不具合 ID 番号 | BUG-000127418 |
|---|---|
| 送信されました | December 16, 2019 |
| 最終更新日 | July 20, 2025 |
| 適用対象 | ArcGIS API for JavaScript |
| 見つかったバージョン | 4.13 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 64 Bit |
| 修正されたバージョン | 4.15 |
| ステータス | Fixed |
Add the additional code to reflect the changes within the Legend.
Uncomment line 39-58 in the codepen sample to see the changes:
if(true){
LegendViewModel.prototype._addActiveLayerInfo = function(e, t) {
if (this._isLayerActive(t) && -1 === this.activeLayerInfos.indexOf(e)) {
var r = e.parent;
if(r){
if(-1 === r.children.indexOf(e)){
r.children.push(e)
};
this._sortActiveLayerInfos(r.children)
}else{
this.activeLayerInfos.add(e);
this._sortActiveLayerInfos(this.activeLayerInfos);
}
}
}
}
不具合 ID: BUG-000127418
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード