Bug #19477
closed
RTE does not work in IRRE subelements
Added by Dmitry Dulepov about 16 years ago.
Updated about 6 years ago.
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
Hi Dmitry, is this still valid after all the bugfixes that were introduced in TYPO3 4.2.2 were fixed again? ;-)
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.
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.
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
@Tobias: did you delete all files in typo3temp/rtehtmlarea and clear the browser cache after installing the patch? In what browser are you testing?
Committed to trunk (revision 4556).
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.
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.
Thanks for testing!
Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4670).
- Status changed from Resolved to Closed
Also available in: Atom
PDF