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

dataIndentationChars disregarded if empty string #3795

Closed
Znegl opened this issue Jan 17, 2020 · 1 comment · Fixed by #3796
Closed

dataIndentationChars disregarded if empty string #3795

Znegl opened this issue Jan 17, 2020 · 1 comment · Fixed by #3796
Labels
plugin:htmlwriter The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.
Milestone

Comments

@Znegl
Copy link

Znegl commented Jan 17, 2020

Type of report

Bug

Provide detailed reproduction steps (if any)

Set
CKEDITOR.config.dataIndentationChars = '';
Insert a list in the editor.

  1. One
  2. Two
  3. Three

Expected result

What is the expected result of the above steps?

<ol><li>One</li><li>Two</li><li>Three</li></ol>

Actual result

What is the actual result of the above steps?

<ol><li>One</li>\t<li>Two</li>\t<li>Three</li></ol>

Other details

  • Browser: Chrome 79.0.3945.117
  • OS: macOS 10.15.2 (19C57)
  • CKEditor version: 4.11.3
  • Installed CKEditor plugins: N/A

I also found this old bug, but can't find any progress on it: https://dev.ckeditor.com/ticket/16949

@Znegl Znegl added the type:bug A bug. label Jan 17, 2020
@Comandeer Comandeer added status:confirmed An issue confirmed by the development team. plugin:htmlwriter The plugin which probably causes the issue. labels Jan 19, 2020
@jacekbogdanski
Copy link
Member

Closed in #3796

@jacekbogdanski jacekbogdanski added this to the 4.14.2 milestone Jun 18, 2020
@f1ames f1ames modified the milestones: 4.14.2, 4.15.0 Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin:htmlwriter The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants