Fix some state and interactivity issues with TextEditorView.
Review Request #6541 — Created Oct. 30, 2014 and submitted — Latest diff uploaded
When canceling the editor, the Markdown checkbox wouldn't revert to the
original state. Toggling the Markdown state also failed to mark the
editor as dirty or emit a change signal.These have been fixed, and unit tests added.
Canceled and saw the checkbox reset.
Toggled the checkbox and saved. Saw a request go out.
Unit tests pass.