Bug #80285
closedRTE: soft hyphens are visible in IE11 in text mode and encoded
0%
Description
If "Insert special character" is used in IE 11 for char it will be visible in text mode.
See https://forge.typo3.org/issues/77848 also. I agree with "soft hyphens should at least be visible in code view"
Updated by Riccardo De Contardi about 7 years ago
- Related to Feature #70461: Some entities should be possible to enter and output added
Updated by Riccardo De Contardi over 6 years ago
On TYPO3 9.4-dev a "Insert Soft Hyphen" button has been added (you can access it with full.yaml configuration).
I've not tested it with IE, but here is what I found with Chrome (MAC):
1) if you switch the editor to "source code", the inserted hyphens are not visible, but they are actually present in frontend (you can see them using Chrome inspector)
2) if you want to print out the
character in CKEditor source code mode, you have to add to the yaml config file:
editor: config: entities: true
Updated by Susanne Moog about 6 years ago
- Sprint Focus set to On Location Sprint
Updated by Susanne Moog about 6 years ago
- Status changed from New to Resolved
Tested with Riccardos example and config in Edge and IE 11 and it works in both.