Actions
Bug #88727
closedInserting a softhyphen splits up HTML inline elements
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2019-07-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
When you use the softhyphen plugin inside inline elements, they are separated.
Examples:¶
<p><strong>hyphen</strong>­<strong>ating</strong></p>
<p><em>hyphen</em>­<em>ating</em></p>
<p><a href="t3://page?uid=1">hyphen</a>­<a href="t3://page?uid=1">ating</a></p>
I'll provide a fix.
Actions