Recently, I upgraded from CKEditor 3.1 to 3.4 and discovered a new to me 'feature'. I have a customized button that allows for specialized formatting, using a <pre> tag with attributes.
This worked previously, until the recent upgrade. Whenever I now markup some text using this button, I end up with extra <span> and _fck_bookmark within - I separated the lines below for clarity.
What is this span/bookmark, and how do I disable this behavior?
Many thanks!
{ element : 'pre', attributes : { 'language' : 'php' } };
This worked previously, until the recent upgrade. Whenever I now markup some text using this button, I end up with extra <span> and _fck_bookmark within - I separated the lines below for clarity.
<pre language="php"> <span _fck_bookmark="1" style="display: none;"> </span> marked up text <span _fck_bookmark="1" style="display: none;"> </span> </pre>
What is this span/bookmark, and how do I disable this behavior?
Many thanks!
Re: _fck_bookmark="1"
Re: _fck_bookmark="1"
Re: _fck_bookmark="1"
I'm having a similar problem. Created a post about it here: http://cksource.com/forums/viewtopic.php?f=11&t=21199
Have you found any more details as to the source of your issue with this span tag?
Re: _fck_bookmark="1"
_fck_bookmark
possible treatment should be done in CKEDITOR.dom.range::moveToBookmark to merge sibling text nodes