Opened 16 years ago
Closed 16 years ago
#3768 closed Bug (fixed)
SCAYT setting must not use an object tree
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | UI : Spell Checker | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed 3.0RC Review+ | Cc: | WebSpellChecker.net |
Description
[3696] changed the scayt plugin specific settings to be based on a main configuration object called CKEDITOR.config.scaytParams. As discussed in the past, this approach is wrong, as it makes it difficult to override settings in the config.js file.
Single level settings names should be used, prefixed with the plugin name, like scayt_maxSuggestions and scayt_autoStartup.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | 3768.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | 3.0RC Review? added |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
I'm not removing CKEDITOR.config.scaytParams to avoid breaking things. I'm just fixing the ticket issues here.