It appears that the "graphic-move" handler doesn't seem to be working the way I expected it to. I created a fiddle to demonstrate the problem:
"graphic-move" handler not working - JSFiddle
When you click on a graphic and begin moving it, I expect the coordinates to be updating at the same frequency as the move counter, but they seem to update only once (just like the "graphic-first-move" handler). Am I missing something? I'm trying to do this with a polyline (not with points like in the example) and would like to access the geometry of the line as I'm moving it.
Thanks for the help,
Jason