Actions
Bug #102522
closedEpic #99669: CKEditor5 Collection
Paste from word keeps o:p tag
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2023-11-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When I paste sth. from Word in the ckeditor the behaviour is different then in previous TYPO3 versions.
For example the o:p tag is escaped after saving. So the output is
<o:p>asdasdd</o:p>
Would be awesome if this is removed. I've already seen @ckeditor/ckeditor5-paste-from-office is inserted in the core. But will it be loaded?
I used the test document from
https://ckeditor.com/docs/ckeditor5/latest/features/pasting/paste-from-office.html#demo
and also tried it here https://demo.typo3.org/typo3
Still the same behaviour.
Also the classes like MsoNormal are in the source code.
Actions