Opened 12 years ago
Closed 12 years ago
#9028 closed Bug (invalid)
data-scaytid is added
Reported by: | Ido | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Sites which are working fine with CKEditor 3.2 for a long time are having problems since a few weeks. Text gets a span with scaytid-data:
original text: [films.dag_3]
text after saving: [<span data-scayt_word="films.dag_3" data-scaytid="1">films.dag_3</span>]
Please help!
First of all you should always use latest software - current CKEditor is 3.6.3 - Version 3.2 is quite old but if you are happy with it then ok.
You have written:
Those extra spans come from spellchecker which you have turned on. There are probably garbage cke attributes in code that you are saving as well. This is because you have you are not using getData() method before saving your content - http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#getData .