Last modified: 2014-09-07 20:10:23 UTC
Turning CodeEditor on currently sets the cursor at the beginning of the first line (this is more or less bug 60157), turning it off restores the textbox in the same position as it was when CodeEditor was enabled. In both cases keeping the cursor position would be helpful and should be possible, as the textbox has the getCaretPosition from jquery.textSelection, and CodeEditor should have a similar API.