Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caret moved to the end of paragraph when filling chars removed. #3847

Closed
scofalik opened this issue Oct 17, 2016 · 3 comments
Closed

Caret moved to the end of paragraph when filling chars removed. #3847

scofalik opened this issue Oct 17, 2016 · 3 comments
Labels
package:engine type:bug This issue reports a buggy (incorrect) behavior.
Milestone

Comments

@scofalik
Copy link
Contributor

After fixing issue #3597 editor finally is able to create empty inline tags (like <em></em>) with filling characters, basing on model.Document#selection attributes.

However, there is a bug when user types a letter at such position:
<p>foo<em>&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;&#8203;^</em>bar</p>. After typing one character at such position, all filling characters are (correctly) removed. But the selection is moved to the end of paragraph.

This is a followup issue to #3597 and #3744. It was a hidden bug.

@Reinmar
Copy link
Member

Reinmar commented Oct 17, 2016

I think it's a DUP of #3814.

@Reinmar
Copy link
Member

Reinmar commented Oct 17, 2016

@scofalik
Copy link
Contributor Author

scofalik commented Nov 2, 2016

@scofalik scofalik closed this as completed Nov 2, 2016
@mlewand mlewand transferred this issue from ckeditor/ckeditor5-engine Oct 9, 2019
@mlewand mlewand added this to the iteration 5 milestone Oct 9, 2019
@mlewand mlewand added status:confirmed type:bug This issue reports a buggy (incorrect) behavior. package:engine labels Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:engine type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

3 participants