You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f1ames
changed the title
Inline filler (ZWS) is not removed after typing unbolded text on the end of the paragraph
Inline filler (ZWS) is removed while typing inside empty inline element
May 25, 2018
Fix: Renderer should avoid doing unnecessary DOM structure changes. Ensuring that the DOM gets updated less frequently fixes many issues with text composition. Closes #1417. Closes #1409. Closes #1349. Closes #1334. Closes #898. Closes ckeditor/ckeditor5-typing#129. Closes ckeditor/ckeditor5-typing#89. Closes #1427.
mlewand
transferred this issue from ckeditor/ckeditor5-engine
Oct 9, 2019
I have completely changed this issue description, see why in https://github.com/ckeditor/ckeditor5-engine/issues/1409#issuecomment-391973289 below.
Foo Bar
and place selection on the end.Bold
.Expected
Inline filler is not removed until selection is moved from text node.
Actual
Inline filler is removed while typing inside empty inline element.
There are cases when it behaves correctly. Follow the below steps (also shown in below gif) to see how it should behave:
Bold
off.The text was updated successfully, but these errors were encountered: