Actions
Feature #85391
closedSoft-hyphen (shy entity) should be visible in CKEditor
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2018-06-26
Due date:
% Done:
100%
Estimated time:
PHP Version:
7.2
Tags:
ckeditor, rte
Complexity:
Sprint Focus:
Description
An editor can add the ­
entity by using the re-implemented soft-hyphen button, or manually in the Source mode of the RTE.
When saving the content element or switching the RTE mode, the soft-hyphen becomes completely invisible to the editor, making it difficult to change or remove it.
Solution¶
- Render the soft-hyphen in the Source mode of the RTE as HTML entity
­
, just like the non-breaking space
Subsequent step¶
In a later step a new button could be implemented so the editor can show/hide soft-hyphens in the RTE mode of CKEditor.
Files
Actions