laptop and a wrench

Erro

ClusterLayer pop-up generated from Summary widget intermittently disappears on the ArcGIS Online Web AppBuilder app.

Última Publicação: September 14, 2017 ArcGIS Web AppBuilder developer edition
Número de ID do Erro BUG-000106938
EnviadoJuly 27, 2017
Última ModificaçãoAugust 26, 2025
Aplica-se àArcGIS Web AppBuilder developer edition
Versão encontrada2.5
Sistema OperacionalWindows OS
Versão do Sistema Operacional2012 R2
StatusIn Review

Solução Provisória

The workaround solution in WAB Developer Edition, and the issue seems related to that when mouse click event causes extent-change (pan) event to fire, we need to add this snippet code under ...widget/Summary/Widget.js file from line 523 //summarize function:Code snippet-------------------------_summarize: function(e) {        if (this.sumTimer) {          clearTimeout(this.sumTimer);          this.sumTimer = null;        }         var cont = true;         //Mouse click could cause extent-change(pan) event to fire       // with 0 delta x or y, skip sumarizeFeatures when this happen to avoid       // infoWindow being closed, also check for levelChange to exclude zooming in/out.        if (e && e.delta && e.delta.x == 0 && e.delta.y == 0 && !e.levelChange){          cont = false;        }        if (cont){          this.sumTimer = setTimeout(lang.hitch(this, this._summarizeFeatures), 900);        }      },The issue is solved once this function is implemented.

Etapas para Reproduzir

ID do Erro: BUG-000106938

Software:

  • ArcGIS Web AppBuilder developer edition

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download