#14347 closed Bug (invalid)
How to allow soft hypens in HTML
| Reported by: | F Berge | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
CK editor deletes soft hypen markup in the HTML source after save. Adding "allowcontent = true" to CKEDITOR.editorConfig function doesn't work.
Steps to reproduce
- HTML source: this is a long­word
Expected result
- HTML source: this is a long­word
Actual result
- HTML source: this is a longword
Other details (browser, OS, CKEditor version, installed plugins)
Change History (4)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
| Version: | 4.5.6 |
Please check configuration options for entities or ask your question on stackoverflow. This is not a bug in CKEditor.
comment:4 Changed 10 years ago by
To be more specific, you need this - http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-entities_additional

Edit: added to CKEDITOR.editorConfig function:
config.allowedContent = true;
Still no remedy.