I am trying to use the edit toolbar to edit graphics on my map. It works great for points, lines, polygons. However, any edit operation I try to perform (scale, rotate, move) all just cause the circle to disappear. I thought it must be something weird in my code, so I started with the basic Esri example page (ArcGIS API for JavaScript Sandbox). I did a minimal change to it, just adding a circle, in this fiddle (Edit fiddle - JSFiddle).
You can see that you can click on the graphics and edit them fine, but if you do it to the circle there is some error. Any idea what might cause this?