Don't accidentally hit the back button = problem solved.
It's because the editor is a dynamically created iframe with contenteditable="true", so presumably the browser doesn't know to store text typed into it in it's current state.
Not sure there is much I can do about this, unless you can find a suitable plugin for CKEditor that replicates the functionality.