But why would you want to preserve the "bold" styling if you did not create any element? Bold, underline etc. styling is added to inline elements, not the block-level ones like a paragraph.
If you click the Bold button (or use the Ctrl+B keyboard shortcut), the cursor stays in the editing area and you can start typing in bold right away. If you click somewhere in the editor before writing something, you move to a different element and since you did not create anything that would use the bold styling, this styling is lost.
Besides what Anna said, if your problem is specific to Chrome and Safari, then it's due to this old bug https://bugs.webkit.org/show_bug.cgi?id=15256 It's a pity that such bug wasn't included in Acid test because it would have been fixed eons ago.
Re: Text Settings like bold,underline are removed when we cl
Re: Text Settings like bold,underline are removed when we cl
Please again try on http://nightly.ckeditor.com/6417/_sampl ... class.html
Follow the steps:-
1. click on bold button of ckEditor.
2. click on the text in textbox of the editor.
After this person clicks on the textbox the BOLD preference is lost.
Problem is still present.
Re: Text Settings like bold,underline are removed when we cl
If you click the Bold button (or use the Ctrl+B keyboard shortcut), the cursor stays in the editing area and you can start typing in bold right away. If you click somewhere in the editor before writing something, you move to a different element and since you did not create anything that would use the bold styling, this styling is lost.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Text Settings like bold,underline are removed when we cl
Besides what Anna said, if your problem is specific to Chrome and Safari, then it's due to this old bug https://bugs.webkit.org/show_bug.cgi?id=15256
It's a pity that such bug wasn't included in Acid test because it would have been fixed eons ago.