ckeAreas were destroying themselves on blur which worked fine for most text editing, but adding a Popup page also blurs by opening a modal, which prevented the generated popup link from being saved back into the original html. Restored data update on blur, and added the cleanup of previous ckeditor instances at the beginning of replacing the current element with a new ckeArea instance.
ckeAreas were destroying themselves on
blur
which worked fine for most text editing, but adding a Popup page also blurs by opening a modal, which prevented the generated popup link from being saved back into the original html. Restored data update on blur, and added the cleanup of previous ckeditor instances at the beginning of replacing the current element with a new ckeArea instance.closes #139