Hey,
when i add Bold to one, or a few words i get following source code:
<p>My <strong>little example</strong></p>
which is absolute correct and now hit the enter key between the <strong> TAGS:
<p>My <strong>little</strong></p>
<p><strong>example</strong></p>
the result is absolute correct too. But now i decide to remove my just insterted paragraph and i get some strange source code with a lot of automatic inserted inline styles:
<p>My <strong>little</strong><strong style="font-size: 14px;font-weight:normal;"> example</strong></p>
Where does this come from?
How could i fix this problem?
Thanks and best regards
Holger
First, do you get this on the
First, do you get this on the demo page? I tried a few variations of deleting <p><strong>example</strong></p> or <p>My <strong>little</strong></p> using backspace in the WYSIWYG area, or removing the <p> tags in source, but I don't get your code. I guess I'm lost in the "i decide to remove my just insterted paragraph" part. What exactly do you do to remove the "insterted paragraph", where, which paragraph and how? Also, what version of CKEditor are you using and what browsers are doing this?
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!