[thumb1234]
[<span data-scayt_word="thumb1234" data-scaytid="1">thumb1234</span>]
http://dev.ckeditor.com/ticket/8212
Is there a way to prevent this unnecessary <span> tag mess from making it into the submitted post data?
<textarea name="post" id="topic_post"> </textarea>
<script type="text/javascript">
$(document).ready(function() {
$('#topic_post').ckeditor( function(){
/* callback */
}, {
height: 200,
toolbar: "Basic",
customConfig : '/conf/conf.forums_cke.js'
});
});
</script>

Re: Spellchecker adding <span> tags to data.
http://ckeditor.com/demo
Re: Spellchecker adding <span> tags to data.
Just FYI, the "extra code" does not appear in source mode in my version either.
Sorry for my late reply. This forum never notified me that a reply was made, even though I have it set to notify me.
Re: Spellchecker adding <span> tags to data.
EDIT:
Oops. Looks like the cache demon got me. Ok upgrading DID fix the problem. Thanks very much and have a wonderful day! So glad that this is finally fixed!