From 899db7c7090cbea7c246028791e9bb11492a6c60 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Fri, 6 Mar 2015 19:55:56 +0100 Subject: [PATCH] Deactivation of select control doesn't seem to be necessary anymore and causes issues --- src/script/plugins/FeatureEditor.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/script/plugins/FeatureEditor.js b/src/script/plugins/FeatureEditor.js index 35dd64ce..5846bd7c 100644 --- a/src/script/plugins/FeatureEditor.js +++ b/src/script/plugins/FeatureEditor.js @@ -449,13 +449,6 @@ gxp.plugins.FeatureEditor = Ext.extend(gxp.plugins.ClickableFeatures, { } var featureStore = featureManager.featureStore; if(this._forcePopupForNoGeometry === true || (this.selectControl.active && feature.geometry !== null)) { - // deactivate select control so no other features can be - // selected until the popup is closed - if (this.readOnly === false) { - this.selectControl.deactivate(); - // deactivate will hide the layer, so show it again - featureManager.showLayer(this.id, this.showSelectedOnly && "selected"); - } popup = this.addOutput({ xtype: "gxp_featureeditpopup", collapsible: true,