I'm using the Editor on a GraphicsLayer with the ContinuousMode set to true. All the graphics present in the GraphicsLayer are drawn using a method similar to this sample. When the EditVertices command is executed (parameter null), any graphic that will be clicked will switch to edition (which is fine).
However, while editing vertices of a graphic, if I press the CancelActive button and then click on another graphic again, to EditVertices command seems to be still active because the clicked graphic will switch to edition even if the CancelActive command has been executed.
Is it the expected behaviour? What is the proper way to cancel the EditVertices command when using the ContinuousMode?
Note that I wasn't able to reproduce this behaviour with a FeatureLayer.
This is a bug, because if you choose Select command while Continuouse Mode is on and then Cancel, you are not able to Select again until you activate Select. We will try to get it fixed in the future release.