[TYPO3-core] RFC: Bug #9807: RTEhtmlarea does not work with IRRE after new child records were created

Stanislas Rolland typo3 at sjbr.ca
Sat Nov 22 16:25:28 CET 2008


Hi Olly,
> 
> Problem:
> RTEhtmlarea does not work anymore with IRRE after new child records were
> created while editing the parent record.
> 
> Solution:
> The reason is that loading JavaScript libraries in RTEhtmlarea has
> changed. For IRRE disposal it's required, that these libraries are only
> loaded with the parent record. Otherwise each newly created child record
> will load these files again and break the JavaScript functionality.
> Thus, it has to be checked whether there are more than one instances of
> a RTE.
> 
This will not be enough. I will commit a patch later today that will 
incorporate yours, but will also fix various additional issues arising 
in IRRE context, when multiple new records are created and saved, and/or 
when the first instance of the RTE is created through IRRE ajax call. In 
the latter case, the RTE style sheets fail to be available and scripts 
are sometimes loaded and executed in incorrect order. Thanks to Oliver 
Klee for his support and testing. It should also fix issue #9596.

Regards,
Stan



More information about the TYPO3-team-core mailing list