[TYPO3-UG Oesterreich] htmlarea problem bei firefox 2.0.0.3

Klaus Prochart klaus.prochart at sitedefinition.com
Wed Mar 21 11:59:27 CET 2007


hallo leute!

wie es scheint gibt es ein problem mit
der neuen firefox version 2.0.0.3
und htmlarea bei typo3 4.0.4 und auch 4.1.

beim versuch den rte zu öffnen
bleibt
  	
The editor is being loaded. Please wait...


stehen. das wars dann mehr kommt nicht.

firebug gibt folgenden fehler aus:


editor has no properties
/typo3temp/rtehtmlarea_htmlarea_e9378d3b0167618374c5212cf1e07874-compressed.js
Line 1

function (editorNumber) {
     var editor = RTEarea[editorNumber].editor;
     editor._hasPluginWithOnKeyPressHandler = false;
     for (var i in editor.plugins) {
         var plugin = editor.plugins[i].instance;
         if (typeof plugin.onGenerate == "function") {
             plugin.onGenerate();
         }
         if (typeof plugin.onGenerateOnce == "function") {
             plugin.onGenerateOnce();
             plugin.onGenerateOnce = null;
         }
         if (typeof plugin.onKeyPress == "function") {
             editor._hasPluginWithOnKeyPressHandler = true;
         }
     }
     if (typeof editor.onGenerate == "function") {
         editor.onGenerate();
         editor.onGenerate = null;
     }
     HTMLArea._appendToLog("[HTMLArea::initIframe]: All plugins 
successfully generated.");
     editor.updateToolbar();
}


tritt das bei euch auch auf??

lg klaus



More information about the TYPO3-at mailing list