SketchEditor UndoCommand : in some cases the UndoCommand does not „Undo“ the previous operation. will you fix it in 100.5?

640
2
03-08-2019 10:39 AM
StefanWeihs
New Contributor II

see https://community.esri.com/thread/227516-sketcheditor-undocommand

      1. In case of  moving a vertex, the Undo DELETES this vertex instead of moving it back
      2. In case of deleting an arbitrary vertex, the Undo does not recreate this point but deletes the vertex subsequent go the deleted one.
0 Kudos
2 Replies
dotMorten_esri
Esri Notable Contributor

Yes this should be fixed in 100.5.

0 Kudos
ChristopherPalmer99
New Contributor II

Bug potentially reappears in 100.10. Manually moving a vertex and then calling the UndoCommand works, but if you call MoveSelectedVertex, then call UndoCommand, the moved vertex is deleted.

https://community.esri.com/t5/arcgis-runtime-sdk-for-net/potential-bug-with-sketcheditor-when-undoin...

 

0 Kudos