WebSpellChecker / ckeditor-plugin-scayt

SCAYT Plugin for CKEditor 4 is a plugin for multilingual check spelling and grammar as you type in CKEditor 4.
https://webspellchecker.com/wsc-scayt-ckeditor4/
Other
13 stars 21 forks source link

Scayt is not working for options,language,Dictionaries,About pages are not working. OK an Cancel button are disabled #168

Closed madhurirode21 closed 3 years ago

madhurirode21 commented 5 years ago

I have done all setting for plugin scayt. But still when I click on language or any other option from scayt plugin, dialog is getting opened but when I click on OK or Cancel button, nothing is happening.

Even On language dialog, its not listing languages suppoted.

image

Even all buttons on Dictionaries tab are not working.

image

var editor = CKEDITOR.replace(elemId, { height: '200', width: '650', resize_minHeight: 310, resize_minWidth: 650, entities_processNumerical: true, enterMode: 'div', toolbarStartupExpanded: true, format_tags: 'div;p;h1;h2;h3;h4;h5;h6', pasteFromWordRemoveFontStyles: false, pasteFromWordRemoveStyles: false, skin: 'kama', font_names: 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana', font_defaultLabel: 'Arial', fontSize_defaultLabel: '12px', language:locale, scayt_autoStartup: true, extraPlugins: 'scayt', disableNativeSpellChecker: false, menu_groups: 'clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea,dialog, dialogui,floatpanel,menu,menubutton,panel', removePlugins: 'elementspath', uiColor: '#F1F1F1', keystrokes: [[CKEDITOR.CTRL + CKEDITOR.ALT + 13/Enter/, 'maximize'], [CKEDITOR.CTRL + CKEDITOR.ALT + 108/Enter/, 'maximize'], [CKEDITOR.CTRL + 90 /Z/, 'undo'], [CKEDITOR.CTRL + 89 /Y/, 'redo'], [CKEDITOR.CTRL + CKEDITOR.SHIFT + 90 /Z/, 'redo'], [CKEDITOR.CTRL + 66 /B/, 'bold'], [CKEDITOR.CTRL + 73 /I/, 'italic'], [CKEDITOR.CTRL + 76 /L/, 'link'], [CKEDITOR.CTRL + 85 /U/, 'underline']], toolbar: toolbarConfig || "" });

Please help to solve this issue.

MBiatov commented 5 years ago

Hi @madhurirode21 thank you for your request. Could you please specify the version of CKEditor and SCAYT that your use? Also, please provide .har file from your browser that records the requests and responses that your browser make to WebSpellChecker (filter by .*ssrv.cgi). This will help us to investigate the failed requests that are related to SCAYT.

MBiatov commented 5 years ago

Hello, @madhurirode21. We would like to check whether you still experience the issue with dialog. Do you need any additional help from our team? If the issue is still pressing for you, please provide us with the requested information.

jshaptala commented 3 years ago

Since there is no response more for a year, we will close this request.