Opened 14 years ago
Closed 14 years ago
#5905 closed Bug (fixed)
SCAYT Spellchecker & Dojo Toolkit
Reported by: | Max van der Stam | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.2 |
Component: | UI : Spell Checker | Version: | 3.3.1 |
Keywords: | Cc: | WebSpellChecker.net |
Description
When using Dojo Toolkit (tested with 1.4) and an initialized CKEditor instance, Dojo won't work anymore.
In Firebug, the following error is displayed:
"Bundle not found: validate in dijit.form , locale=en"
When setting the property "scayt_autoStartup" to "false" in the CKEditor constructor, the problem is "solved". In other words, completely disabling the scayt spellchecker is (for now) the only way to be able to integrate CKEditor in an application that also contains Dojo elements.
I believe this is due to the fact that SCAYT spellchecker is being used by both Dojo Toolkit and CKEditor at the same time which causes conflicts.
Attachments (1)
Change History (8)
comment:1 Changed 14 years ago by
Cc: | WebSpellChecker.net added |
---|---|
Component: | General → UI : Spell Checker |
Keywords: | dojo spellchecker scayt removed |
comment:2 Changed 14 years ago by
comment:4 Changed 14 years ago by
Keywords: | Confirmed added |
---|
comment:5 Changed 14 years ago by
Keywords: | Confirmed removed |
---|---|
Status: | new → confirmed |
comment:6 Changed 14 years ago by
Keywords: | Review? added |
---|
We have changed scope name for Dojo when using SCAYT. Version 2.5.2 contains this fix. We have already uploaded it to out hosting. Please, review.
comment:7 Changed 14 years ago by
Keywords: | Review? removed |
---|---|
Milestone: | → CKEditor 3.4.2 |
Resolution: | → fixed |
Status: | confirmed → closed |
Confirm to be fixed.
CKEditor itself is not using Dojo, but SCAYT uses it. We expect SpellChecker.net to remove Dojo from SCAYT soon, which should some the problem.
For now, you should really disable SCAYT on CKEditor.