#4667 closed Bug (wontfix)
SCAYT autoloading with multiple editors fails
Reported by: | Nate | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | FCKeditor 2.6.6 |
Keywords: | HasPatch, Review? | Cc: | WebSpellChecker.net |
Description
If you are using SCAYT and have two or more editors on a page, the setting FCKConfig.ScaytAutoStartup = true will error on all but one of the editors. All other editors will not allow you to enable SCAYT and you will receive the error, "SCAYT is not ready." If FCKConfig.ScaytAutoStartup is set to false, then each editor can be manually set to enabled with no issue. This error ONLY occurs when the autostartup is set to true.
Attachments (3)
Change History (9)
comment:1 Changed 15 years ago by
Cc: | WebSpellChecker.net added |
---|---|
Keywords: | scaytautostartup multiple removed |
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I confirm it's working well with CKEditor. We'll be not working on it for FCKeditor. It may eventually be fixed at the SpellChecker.net side, if still an issue.
Changed 14 years ago by
Attachment: | 4667.patch added |
---|
comment:4 Changed 14 years ago by
Keywords: | HasPatch Review? added |
---|---|
Version: | FCKeditor 2.6.5 → FCKeditor 2.6.6 |
The plugin code has been heavily refactored and here we propose a big patch, which fixes this bug and some others, related to this.
Here is the list of changes provided with this patch:
- SCAYT now works with any number FCKEditor instances if ScaytAutoStartup was set to true for all of them
- Entering "Source" mode does not reset SCAYT Options
- ScaytUiTabs, ScaytContextCommands, ScaytsLang, ScaytCustomDictionaryIds settings ae now processed
- Opacity of SCAYT button in toolbar is changing now in IE if SCAYT is disabled
- and some other minor updates
Changed 14 years ago by
Attachment: | 4667.2.patch added |
---|
comment:5 Changed 14 years ago by
During "release" procedure a few warnings and errors were found.
Here is updated patch.
Changed 14 years ago by
Attachment: | 4667.3.patch added |
---|
Works fine with CKEditor 3.x