Project

General

Profile

Actions

Bug #81014

closed

ckeditor removes <span>-tags inside <li>

Added by Stefan Neufeind about 7 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2017-04-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

demo-source:
<ul class="unstyled ul-app ul-check">
<li><span class="icon-check"></span> demo1</li>
<li><span class="icon-check"></span> demo2</li>
</ul>

The spans with icon-check get removed.

I've also already searched for solutions. Some target using allowedContent - but our "extraAllowedContent"-setting should already allow quite some things. Even filling the spans with something does not seem to protect them from being removed.

When editing a record with a RTE-field containing the above mentioned HTML it gets loaded fine in the frame - but gets removed by ckeditor upon loading. switching to the source-view (without saving) does not show those spans anymore. Saving then proves the spans are also removed in the frontend.

Switching to the source-view and saving it's possible to add the above mentioned HTML - but opening the record and saving it again removes the spans.

Actions

Also available in: Atom PDF