[TYPO3-core] FYI: Fixed bug #9596: htmlArea RTE does not work in IRRE subelements

Oliver Hader oliver at typo3.org
Sat Dec 20 13:51:49 CET 2008


Hi Stan,

thanks for fixing this issue again! However, IRRE and RTE once worked
well in TYPO3 4.1 or 4.2... How can we avoid such (mostly JavaScript)
issues in future?

olly


Stanislas Rolland schrieb:
> FYI: The attached SVN patch was committed.
> 
> Type:
> Bugfix
> 
> Problem:
> When using htmlArea RTE in IRRE subelements, RTE just shows that it is
> loading (forever). So it is not possible to use RTE in IRRE subelements.
> 
> Related issues:
> 1. 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.
> 
> Solution:
> Avoid re-initialization on Ajax call.
> Ensure synchronous execution of scripts.
> Load stylesheets when the first instance of the RTE is loaded through
> Ajax request.
> Remove any reliance on RTEcounter as RTE instance identifier.
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=9596
> http://bugs.typo3.org/view.php?id=9807
> 
> Branches:
> trunk (revision 4556)
-- 
Oliver Hader
TYPO3 4.3 Release Manager


More information about the TYPO3-team-core mailing list