Skip to content
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

Spell Checker "WSC" dialog plugin for CKEditor 4 stopped working: incessant loading spinner #67

Open
AAbakumov opened this issue Jan 10, 2022 · 0 comments

Comments

@AAbakumov
Copy link

AAbakumov commented Jan 10, 2022

Problem and symptoms

All of a sudden, starting January 10, 2022, the Spell Checker “WSC” dialog plugin stopped working despite the fact that previously it worked properly. As a result, you see an incessant loading spinner after clicking on the "Check Spelling" under the ABC button on the CKEditor 4 toolbar.

wsc_dialog_loader

Root cause

As it was announced more than a year ago, effective January 10, 2022, the cloud-based version of the WSC plugin for CKEditor 4 was disabled (for both free and paid users). This is an official end-of-life (EOL) date of the plugin, it is deprecated and no longer supported.

Users that added WSC plugin to the CKEditor config.js file using the extraPlugins parameter or still using CKEditor lower than 4.16.0 where this plugin was built-in by default may face an issue with the loading spinner.

Solution

To solve the issue, remove the WSC plugin from the extraPlugins parameter (if any) or disable it using the removePlugins parameter in the CKEditor config.js file:

config.removePlugins ='wsc';

Alternatively, instead of the WSC plugin, you can use the free version of the SCAYT plugin or commercial version of WProofreader add-on for CKEditor 4.

@jshaptala jshaptala added the EOL label Jan 11, 2022
@jshaptala jshaptala changed the title WebSpellChecker (WSC) in a dialog plugin for CKEditor 4 suddenly stopped working: incessant loading spinner Spell Checker "WSC" dialog plugin for CKEditor 4 stopped working: incessant loading spinner Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants