Project

General

Profile

Actions

Bug #19477

closed

RTE does not work in IRRE subelements

Added by Dmitry Dulepov over 15 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-10-17
Due date:
% Done:

0%

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

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


Related issues 5 (0 open5 closed)

Related to TYPO3 Core - Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section insideClosedDmitry Dulepov2008-04-24

Actions
Related to TYPO3 Core - Bug #19435: htmlARea RTE: Move link tags to headClosedStanislas Rolland2008-10-08

Actions
Related to TYPO3 Core - Bug #21351: Plugins may not be loaded for multiple RTEsClosedStanislas Rolland2009-10-24

Actions
Has duplicate TYPO3 Core - Bug #19624: RTEhtmlarea does not work with IRRE after new child records were createdClosedOliver Hader2008-11-21

Actions
Has duplicate TYPO3 Core - Bug #19747: TYPO3 4.2.3 + IRRE + RTE = System Error when saving.ClosedStanislas Rolland2008-12-27

Actions
Actions #1

Updated by Oliver Hader over 15 years ago

Hi Dmitry, is this still valid after all the bugfixes that were introduced in TYPO3 4.2.2 were fixed again? ;-)

Actions #2

Updated by Stanislas Rolland over 15 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.

Actions #3

Updated by Stanislas Rolland over 15 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.

Actions #4

Updated by Tobias Liebig over 15 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

Actions #5

Updated by Stanislas Rolland over 15 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?

Actions #6

Updated by Stanislas Rolland over 15 years ago

Committed to trunk (revision 4556).

Actions #7

Updated by Stanislas Rolland over 15 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.

Actions #8

Updated by Jochen Rieger over 15 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.

Actions #9

Updated by Stanislas Rolland over 15 years ago

Thanks for testing!

Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4670).

Actions #10

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF