I have been working to diagnose this error for 2 days now and thought I would see if any one could give me a clue as to where to look or what to check in my app that is causing this issue.
TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.esri.ags.tools::DrawTool/checkForSnapping() at com.esri.ags.tools::DrawTool/map_mouseMoveFirstHandler()
Are you using some projection other than web mercator or geographic? If you are using either one of them, then can you make sure that the spatialReference is set properly/correctly?
So for those of us that are using different WKIDs is there anything we can do to avoid the error when someone is using the drawing tool and presses the ctrl key?
Thanks for the info. That issue would have definitely kept me from using the new 2.3 API, now a can just move forward with the other great enhancements and wait for you guys to get snapping working for those using more location specific WKIDs.
That does remove the error, but these small steps backwards is not looking to good for this API release... Maybe these bugs will encourage a quick re-release. Thanks for your help in diagnosing this issue.