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

Marker becomes "greedy" after it is split #4148

Closed
scofalik opened this issue Aug 16, 2017 · 0 comments · Fixed by ckeditor/ckeditor5-engine#1113
Closed

Marker becomes "greedy" after it is split #4148

scofalik opened this issue Aug 16, 2017 · 0 comments · Fixed by ckeditor/ckeditor5-engine#1113
Labels
package:engine type:bug This issue reports a buggy (incorrect) behavior.
Milestone

Comments

@scofalik
Copy link
Contributor

When marker becomes split, it becomes "greedy" when it comes to including nodes init upon further transformations. See the gif below.

aug-16-2017 13-14-58

  1. Split the marker.
  2. Enter just before the marker.
  3. Make an empty paragraph before the paragraph that starts with marker - inserted content is in the marker.
  4. Press enter in the paragraph above - split content is inserted in the marker.
szymonkups referenced this issue in ckeditor/ckeditor5-engine Aug 30, 2017
Fix: Fixed incorrect markers transformations and conversions. Closes #1112. Closes #1080. Closes #1079.
@mlewand mlewand transferred this issue from ckeditor/ckeditor5-engine Oct 9, 2019
@mlewand mlewand added this to the iteration 11 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

Successfully merging a pull request may close this issue.

2 participants