Opened 17 years ago
Closed 17 years ago
#2931 closed Bug (fixed)
V3 : SpellChecker - WSC
| Reported by: | Artur Formella | Owned by: | Artur Formella |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | UI : Spell Checker | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Review? | Cc: | WebSpellChecker.net |
Description
New V3 plugin: Spell Check.
Attachments (3)
Change History (15)
comment:1 Changed 17 years ago by
| Keywords: | Confirmed added |
|---|
comment:2 Changed 17 years ago by
There is a syntax error in the spellchecker script ( http://loader.spellchecker.net/sproxy_fck/sproxy.php?plugin=fck2&cmd=script&doc=wsc&schema=22 )
//@TODO: close session on ssrv
Only IE doesn't understand this code.
Changed 17 years ago by
| Attachment: | 2931.patch added |
|---|
comment:3 Changed 17 years ago by
| Keywords: | Review? added |
|---|
I really don't know why it works in IE in V2 but now it doesn't.
comment:4 follow-up: 5 Changed 17 years ago by
| Keywords: | Review- added; Review? removed |
|---|
Calling the plugin "wsc" is good, but it's not said that everything related to the plugin must get the plugin name. In this specific case, we are working on a spell checker and we can define "general rules" for all spell checkers:
- The button should be named "SpellChecker".
- The command name should be "checkspell".
Other than that, it's quite nice to see that the spell checking works in V3. I believe just some minor additions are needed.
I'll contact SpellChecker.net, so they can also have a look on this.
Changed 17 years ago by
| Attachment: | 2931_2.patch added |
|---|
comment:5 Changed 17 years ago by
| Keywords: | Review? added; Review- removed |
|---|---|
| Summary: | V3 : SpellChecker → V3 : SpellChecker - WSC |
Replying to fredck:
- The button should be named "SpellChecker".
- The command name should be "checkspell".
Done.
IE "syntax error" bug still exists.
comment:6 Changed 17 years ago by
| Cc: | WebSpellChecker.net added |
|---|
Changed 17 years ago by
| Attachment: | 2931_3.patch added |
|---|
comment:8 Changed 17 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:10 Changed 17 years ago by
| Keywords: | Review? added; Confirmed Review+ removed |
|---|---|
| Resolution: | fixed |
| Status: | closed → reopened |
It seems that during committing the patch to the trunk one file is missed:
_source/plugins/wsc/dialogs/ciframe.html
This can be found by reviewing patch content and changeset [3160]
Without this file spellchecker does not returns data back to the editor.
comment:12 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |

@arczi... attention with this one. In V2 we have three different spellcheckers. In V3, every single spellchecker will correspond to a plugin. So, to identify the spellchecker to use, you just change the plugin.
At first, we must support the WSC. Others may come later.