Actions
Bug #96807
closedSorting in Elements duplicates RTE
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2022-02-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
On Location Sprint
Description
Hallo,
if i use the sorting function in an element list e.g. Media Selection, the RTE field gets duplicated.
Create a Text & Media Element
switch to media tab, add two media elements
save element
move media element 1 to position 2
move element on position 2 back to position 1
switch tab to general,
now there are two rte editor fields mapped to the same textarea
Files
Updated by Oliver Hader almost 3 years ago
Confirmed in v11.5.6...
Updated by Oliver Hader almost 3 years ago
- Related to Bug #79468: RTE breaks apart if you move it up or down added
Updated by Oliver Hader almost 3 years ago
- Related to Task #96494: Update CKEditor to v4.17.1 added
Updated by Oliver Hader almost 3 years ago
- Related to deleted (Task #96494: Update CKEditor to v4.17.1)
Updated by Oliver Hader almost 3 years ago
Seems like CKEDITOR instance is not properly destroyed & replaced...
https://github.com/TYPO3/typo3/blob/47481cbdd8779f15d69095ef479156884e522929/Build/Sources/TypeScript/rte_ckeditor/Resources/Public/TypeScript/FormEngineInitializer.ts#L68-L71
The problem did exist in CKEDITOR v4.16.2 as well (before #96494)
Updated by Georg Ringer 4 months ago
- Related to Bug #99410: RTE Field duplication by changing sorting added
Actions