Hi!
I have the following HTML code in CKEditor:
When I paste a text (plain text) into this <strong> tag, I get the following:
I would like to be able to paste into this <strong> tag without breaking it. So I want to receive the following code after pasting:
Major text editors (Microsoft Word and OpenOffice Writer) work like this. They do not break current formatting when pasting plain text. I checked.
Is it possible in CKEditor? How?
I have the following HTML code in CKEditor:
<strong>some text</strong>
When I paste a text (plain text) into this <strong> tag, I get the following:
<strong>some</strong> pasted <strong>text</strong>
I would like to be able to paste into this <strong> tag without breaking it. So I want to receive the following code after pasting:
<strong>some pasted text</strong>
Major text editors (Microsoft Word and OpenOffice Writer) work like this. They do not break current formatting when pasting plain text. I checked.
Is it possible in CKEditor? How?