Bug #19477
closedRTE does not work in IRRE subelements
0%
Description
When using RTE (htmalrea) in IRRE subelements RTE just shows that it is loading (forever). So it is not possible to use RTE in IRRE subelements,
The test extension is attached. Install it and create "RTE in IRRE" records in List module. Then try creating subelements. You'll see...
(issue imported from #M9596)
Files
Updated by Oliver Hader about 16 years ago
Hi Dmitry, is this still valid after all the bugfixes that were introduced in TYPO3 4.2.2 were fixed again? ;-)
Updated by Stanislas Rolland almost 16 years ago
Related issues:
1. the RTE stylesheets will not be loaded if the first RTE instance is created as a result of an IRRE ajax call;
2. in the same case as 1, js scripts may sometimes be loaded and executed in the wrong order;
3. when multiple children are created, RTE may never load in the first instance;
4. when multiple children are created, a SYSTEM ERROR alert may be triggered on save.
Updated by Stanislas Rolland almost 16 years ago
New version of the patch fixes all issues:
- avoids re-initialization on Ajax call,
- ensure synchronous execution of scripts,
- loads stylesheet when the first instance of the RTE is loaded through Ajax request,
- removes any reliance on RTEcounter as RTE instance identifier.
Updated by Tobias Liebig almost 16 years ago
the patch does not fix the issue with the RTE in irre elements.
Rather is brockes the RTE in normal CEs also, so the RTE don't work anymore, while in the unpatched 4.2.3 RTE works in normal CEs
Updated by Stanislas Rolland almost 16 years ago
@Tobias: did you delete all files in typo3temp/rtehtmlarea and clear the browser cache after installing the patch? In what browser are you testing?
Updated by Stanislas Rolland almost 16 years ago
Committed to trunk (revision 4556).
Updated by Stanislas Rolland almost 16 years ago
This patch was committed only to trunk. The problem still exists in the 4.2 branch.
More testing is required before the 4.2 branch version may be committed.
Updated by Jochen Rieger almost 16 years ago
From my point of view the patch v2 is working for 4.2.4-dev. I added an extension that has a minor IRRE-RTE setup for testing purposes.
Updated by Stanislas Rolland almost 16 years ago
Thanks for testing!
Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4670).