Bug
<h1>Hello| world!</h1> -> <h1>Hello | world!</h1> - the caret becomes between two spaces.<h1>Hello foobar world!</h1>
<h1>Hello foobar world!</h1>
It doesn't reproduce in FF.
It doesn't reproduce in Chrome in a raw <div contenteditable>.
This bug is almost the same as https://dev.ckeditor.com/ticket/11415, but reproduction steps are different.
any update on this bug?
any update on this bug?
I wonder what is the impact of this issue, @nag5000 could you elaborate on the problems it causes for you?
Any input from other people upvoting this issue is more than welcome too. It will help us to understand better what are the cases here and what will be the best solution (and what parts of the editing/outputing process it should involve).
@f1ames Writing blog posts, leaving comments... almost any case where ckeditor can be used. If the output is html with a lot of non-breaking spaces, it will not be rendered correctly to the end-user.
Any update on this issue?
I faced this issue intermittently when updating lengthy content. Backspace and space keys are used frequently. Because of the line breaks. It is difficult to solve if source button is disabled.
Is this related to https://www.drupal.org/project/ckeditor_details/issues/3159925?
For now, I see that:
space combination for Chrome and FF. The same for wysiwygarea and divarea
Also bugged in IE11 - However, it works that way even in plain contenteditable - without CKEditor.
Most helpful comment
any update on this bug?