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!

Change History (1)

comment:1 Changed 12 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

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:

text after saving

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 .

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy