I have a plugin for RapidSpell on my toolbar in CKEditor 4. The text area that CKEditor is converting to a Rich Text box is located on an MVC partial page. Our functionality is designed so that when the user clicks save, it saves the data and redraws the editor so that the user can enter more data.
Everything works fine until I use the spellchecker. Once I click on the spell checker and click Save, when the app redraws the CKEditor, it sets it to read only mode. When we click on any of the toolbar items that actually interact with the text area (select all, spell check etc.) it goes into a read-write mode again.
I tried using other toolbar items alone before clicking save and this behaviour does not occur. So I am thinking something in the plugin mechanism is holding on to the editor. Has anyone experienced this? What can I do to get it working as expected again.
