The first time we use the Compare Versions functionalty it throws a JQuery error: ReferenceError: __editorOverrideCSSPath is not defined.
Then if you change one of the version dropdowns the loading.gif will spin forever and you have to close and perform the compare again.
We fixed it by performing the following:
1. remove the autosave plugin from the ckeditor
2. update DesktopModules/HTML/EditHtml.ascx to have a try/catch block around the __editorOverrideCSSPath javascript error.
Unfortunately this disables the autosave feature and makes us edit the DNN core. Is there something else we need to do when we change out the default editor?
Comments: Can't be fixed, Evoq is not supported
Then if you change one of the version dropdowns the loading.gif will spin forever and you have to close and perform the compare again.
We fixed it by performing the following:
1. remove the autosave plugin from the ckeditor
2. update DesktopModules/HTML/EditHtml.ascx to have a try/catch block around the __editorOverrideCSSPath javascript error.
Unfortunately this disables the autosave feature and makes us edit the DNN core. Is there something else we need to do when we change out the default editor?
Comments: Can't be fixed, Evoq is not supported