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

Selection attributes are not converted #3744

Closed
pjasiun opened this issue Jun 2, 2016 · 2 comments
Closed

Selection attributes are not converted #3744

pjasiun opened this issue Jun 2, 2016 · 2 comments
Assignees
Labels
package:engine type:bug This issue reports a buggy (incorrect) behavior.
Milestone

Comments

@pjasiun
Copy link

pjasiun commented Jun 2, 2016

  • open classic editor manual tests,
  • put caret in the middle of the text,
  • bold,
  • check DOM with inspector.

Expected result:

<p>This is an <strong></strong>editor instance.</p>

Actual result:

<p>This is an editor instance.</p>

Strong is added when the first letter is typed. It means that model selection attribute is not converted.

@pjasiun
Copy link
Author

pjasiun commented Sep 22, 2016

It might be related to: https://github.com/ckeditor/ckeditor5-engine/issues/259.

@Reinmar
Copy link
Member

Reinmar commented Oct 18, 2016

@Reinmar Reinmar closed this as completed Oct 18, 2016
oleq referenced this issue in ckeditor/ckeditor5-engine Nov 26, 2018
@mlewand mlewand transferred this issue from ckeditor/ckeditor5-engine Oct 9, 2019
@mlewand mlewand added this to the iteration 4 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

4 participants