Hi Fábio,
Your plugin uses a local jquery and this is causing problems with other plugins who also use jquery.
After leaving the page where CKEditor was, CKEditor is still running:
As a result, the Jquery continues as a reference in the head of the page:
if it is not possible to completely stop the execution of CKEditor, it is ideal to wait for Jquery to be defined at the application level and not at the level of your plugin.
Best Regards,
Hi bfcantante,
Did you finally solved this problem?
I've also had a problem with this component related to the JQuery, but a little big different. Maybe you can help me or you have faced up with the same problem.
This post describes the error and attached a corresponding example OML.
When the CKEditor is hidden and afterwards shown, a browser console error are thrown
Best regards