As ticket says, the code to register events:<br><br><span class="sourceRowText">        this.layer.events.on({</span><div class="sourceRow"><span class="sourceRowText">&nbsp; &quot;featureselected&quot;: this.selectFeature,</span></div>
<div class="sourceRow"><span class="sourceRowText">&nbsp; &quot;featureunselected&quot;: this.unselectFeature,</span></div><div class="sourceRow"><span class="sourceRowText">&nbsp; scope: this</span></div><div class="sourceRow"><span class="sourceRowText">});<br>
<br>Should be moved from &quot;initialize&quot; to &quot;activate&quot; methods, and:<br><br></span><span class="sourceRowText">this.layer.events.un({</span><div class="sourceRow">&nbsp;&nbsp;<span class="sourceRowText"> &quot;featureselected&quot;: this.selectFeature,</span></div>
<div class="sourceRow">&nbsp;&nbsp;<span class="sourceRowText"> &quot;featureunselected&quot;: this.unselectFeature,</span></div><div class="sourceRow">&nbsp;&nbsp;<span class="sourceRowText"> scope: this</span></div><div class="sourceRow"><span class="sourceRowText">});<br>
<br>from &quot;destroy&quot; to &quot;deactivate&quot;.<br>Working at <a href="http://www.icc.cat/vissir2/js/vissir_lib/ModifyFeature.js">http://www.icc.cat/vissir2/js/vissir_lib/ModifyFeature.js</a>.<br></span></div><br>
Oscar.<br></div><br><br><div class="gmail_quote">2008/6/16 Dipl. Inf. Carsten Eider &lt;<a href="mailto:eider@fh-bingen.de">eider@fh-bingen.de</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Has anyone developed a solution or found a workaround?<br>
<br>
<br>
OpenLayers schrieb:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
#1483: ModifyFeature control makes SelectFeature control to modify features<br>
-----------------------------------+----------------------------------------<br>
&nbsp;Reporter: &nbsp;openlayers &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; Owner: &nbsp;tschaub<br>
 &nbsp; &nbsp; Type: &nbsp;bug &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp;Status: &nbsp;new &nbsp; &nbsp;&nbsp;Priority: &nbsp;minor &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp; Milestone: &nbsp; &nbsp; &nbsp; &nbsp; Component: &nbsp;Control.ModifyFeature &nbsp;| &nbsp; &nbsp; Version: &nbsp;2.6 RC1<br>
&nbsp;Keywords: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; State: &nbsp; &nbsp; &nbsp; &nbsp; -----------------------------------+----------------------------------------<br>
&nbsp;If I add ModifyFeature and SelectFeature controls to a map and connect<br>
&nbsp;them to the same layers, selection too becomes modification tool. When I<br>
&nbsp;select a feature with SelectFeature control I can see and change<br>
&nbsp;modification points(vertex) around the feature. The problem seems to be on<br>
&nbsp;ModifyFeature control. It connect events to the layer when it is<br>
&nbsp;initialized instead of when it is activated. Should those events be<br>
&nbsp;connected and disconnect on activate and deactivate operations instead? I<br>
&nbsp;attached a file that demonstrates this bug, it is modified from modify-<br>
&nbsp;feature.html example. Create polygon and click &quot;select&quot; radiobutton and<br>
&nbsp;select created polygon from map.<br>
<br>
 &nbsp;<br>
</blockquote>
<br>
-- <br>
Mit freundlichen Grüßen / Yours faithfully<br>
Carsten Eider<br>
<br>
Dipl. Inf. (FH)<br>
<br>
Kompetenzzentrum für Innovative Informationssysteme<br>
<br>
c/o Fachhochschhule Bingen / University of applied sciences Bingen<br>
<br>
Berlinstraße 109<br>
55411 Bingen<br>
<br>
Tel: +49 (0) 6721 / 409-179<br>
Fax: +49 (0) 6721 / 409-158<br>
email: <a href="mailto:eider@fh-bingen.de" target="_blank">eider@fh-bingen.de</a><br>
Internet: <a href="http://iis.fh-bingen.de" target="_blank">iis.fh-bingen.de</a> <br>
<br>_______________________________________________<br>
Dev mailing list<br>
<a href="mailto:Dev@openlayers.org">Dev@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/dev" target="_blank">http://openlayers.org/mailman/listinfo/dev</a><br>
<br></blockquote></div><br>