-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Javascript error fired in case of multiple instances of CKEditor in one page. #105
Comments
I'm experiencing the same issue. |
@paoloteo , I create first instance of CKEditor and rest I have created with 3 seconds of delay. This is not perfect solution since if CKEditor do not load within 3 seconds of time then still error will occur. Basically, it occurs due to multiple request send to SCAYT website for license check and this cause issue. If first instance completed license check and then you load all others instances will work fine. |
Hello @isummation @paoloteo , We`ve checked provided details and would like to ask you to clarify your request in more detailed way. Could you please provide the following information:
Thanks! |
Sorry for delay in response.. You may want to check out |
The issue has been already fixed in the SCAYT plug-in for CKEditor. To apply the fix the CKEditor should be rebuilt with new SCAYT plug-in. It'll be available in the CKEditor package after further CKEditor's releases. Please find the link to commit: ac88e3a |
Hi, |
Never mind - I needed a custom build of CKEditor to exclude the built-in SCAYT plugin. |
We confirm the issue in the CKEditor 4.5.3+ default package. The issue is already fixed hasn't include into the package yet. To avoid the issue you could rebuild CKEditor with new SCAYT plugin from master on GitHub. Please find the manual below:
|
Following javascript error occurred when we have multiple CKEditor instances available and spell checker do not work then. If I give delay between two instances generation (around 5 seconds) work fine. Seems like if I create another instance before webspellchecker api called will cause issue.
Uncaught TypeError: SCAYT.prototype.IO.callbackjhhh7b97f is not a function
Here is sample I am trying.
HTML Code
The text was updated successfully, but these errors were encountered: