Opened 16 years ago
Closed 14 years ago
#5417 closed Bug (invalid)
Spell checker window doesn't close after correcting words
| Reported by: | Christian | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Spell Checker | Version: | |
| Keywords: | Cc: |
Description
Using WinXP, IE7.0, CKEditor 3.2
When having some misspelled words and running the Aspell type spellchecker, the check dialog won't close when finished. It works with WinXP, FF, CKEditor3.2
It seems as if I add an alert in aspell.js,
function oSpeller_OnFinished(dialog, numberOCorrections)
{
if (numberOCorrections > 0)
{
editor.focus();
editor.fire('saveSnapshot'); // Best way I could find to trigger undo steps.
dialog.getParentEditor().setData(document.getElementById(textareaId).value);
===>>> alert ("oSpeller_OnFinished" );
editor.fire('saveSnapshot'); // But there's a blank one between!
}
dialog.hide();
}
it works!? When I remove it, the dialog stays open.
If I run the spellcheck with no misspelled words, it closes (since numberOCorrections is 0 i suppose).
Reproducible: every time.
Add editor to page
Enter misspelled words
Start spellchecker dialog
Replace words
When finished, dialog stays open.
Attachments (2)
Change History (7)
Changed 16 years ago by
| Attachment: | CKEditor_start.jpg added |
|---|
Changed 16 years ago by
| Attachment: | CKEditor_dialog_stayed.jpg added |
|---|
After correcting words, the dialog stays open, corrected words sent back to editor.
comment:1 Changed 16 years ago by
| Cc: | WebSpellChecker.net added |
|---|---|
| Component: | General → UI : Spell Checker |
| Milestone: | → CKEditor 3.x |
comment:3 Changed 15 years ago by
| Cc: | WebSpellChecker.net removed |
|---|
comment:4 Changed 15 years ago by
| Status: | new → pending |
|---|
aspell.js? Which spell checker are you talking about?
comment:5 Changed 14 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | pending → closed |
Officially only Spellchecker.net is supported. Rest is just user choice and thus his/hers task to integrate it correctly.
Closing the ticked as invalid.

Start position with example data