Opened 10 years ago
Closed 10 years ago
#13272 closed Bug (invalid)
[CKEDITOR.config.scayt_minWordLength] does not work
Reported by: | crab | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | |
Keywords: | Cc: |
Description
after enable SCAYT plugin => set [CKEDITOR.config.scayt_minWordLength = 2] => not working => search source code of 4.4.7 in CDN => no [scayt_minWordLength] was found => http://cdn.ckeditor.com/4.4.7/standard/ckeditor.js
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.4.7 |
This variable is available in github for SCAYT- https://github.com/WebSpellChecker/ckeditor-plugin-scayt/blob/6b3f5a880a4ad8152044cf336beb1624c4ca7d7d/plugin.js#L491 but it is not available in our add-ons package http://ckeditor.com/addon/scayt.
This is SCAYT issue. I have reported it here: https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/96.
@crab please refer to SCAYT github issue.
after enable SCAYT plugin
=> set [CKEDITOR.config.scayt_minWordLength = 2]
=> not working
=> search source code of 4.4.7 in CDN
=> no [scayt_minWordLength] was found
=> http://cdn.ckeditor.com/4.4.7/standard/ckeditor.js