Opened 8 years ago
#16949 new Bug
dataIndentationChars disregarded if empty string
Reported by: | Svetoslav Nedkov | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.7.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Set
CKEDITOR.config.dataIndentationChars = '';
- Insert a table in editor, this will create several nested tags that will demonstrate the problem.
- Check HTML source, see that indentation is still present.
Expected result
I'm leaning on the documentation for this configuration variable (http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-dataIndentationChars):
// No indentation. CKEDITOR.config.dataIndentationChars = '';
Actual result
Indentation is still present.
Other details (browser, OS, CKEditor version, installed plugins)
Firefox, Linux, latest master branch from repository.