Index: typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php =================================================================== --- typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (révision 7326) +++ typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (copie de travail) @@ -703,6 +703,8 @@ * @return string the html code for loading the Javascript Files */ function loadJSfiles($RTEcounter) { + // Re-initialize the scripts array so that only the cumulative set of plugins of the last RTE on the page is used + $this->cumulativeScripts[$RTEcounter] = array(); $this->writeTemporaryFile('EXT:' . $this->ID . '/htmlarea/htmlarea.js', 'htmlarea', 'js', '', TRUE); if ($this->client['BROWSER'] == 'msie') { $this->writeTemporaryFile('EXT:' . $this->ID . '/htmlarea/htmlarea-ie.js', 'htmlarea-ie', 'js', '', TRUE); @@ -716,7 +718,7 @@ $this->buildJSMainLangFile($RTEcounter); // Avoid re-initialization on AJax call when RTEarea object was already initialized $loadJavascriptCode = ' - +