CCALI / a2jauthor

CALI A2JAuthor document automation authoring and viewing platform
https://www.a2jauthor.org
Other
4 stars 1 forks source link

139 create popup #149

Closed mikemitchel closed 3 years ago

mikemitchel commented 3 years ago

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