[TYPO3-dev] Firefox 2.0.0.3 breaks HTML Area RTE
    Fabien Udriot 
    fudriot at omic.ch
       
    Mon Mar 26 14:18:25 CEST 2007
    
    
  
The fix is at the bottom of http://bugs.typo3.org/view.php?id=4870
edit the 2 files in typo3/sysext/rtehtmlarea/htmlarea/
- htmlarea-compressed.js
- htmlarea.js (line 85)
replace the needed code with (see link) :
HTMLArea.is_wamcom = (HTMLArea.agt.indexOf("wamcom") != -1) || 
(HTMLArea.is_gecko && HTMLArea.agt.indexOf("1.3") != -1 && 
HTMLArea.agt.indexOf(".1.3") == -1);
Don't forget to clear all *.js file in myWebSite.com/typo3temp/
with a command like : rm *.js
Nils K. Windisch wrote:
 > Hi,
 >
 > Alban Cousinié wrote:
 >> Has anyone here already investigated this issue and has a clue of if we
 >> should report a bug at mozilla or attempt to tweak the HTML Area 
extension ?
 >
 > this has been mentioned on several lists before (here, english, 
german, rte, ...) and several bugtrackers. just to a search..
 >
 > --
 > Nils K. Windisch
 > http://nkwindisch.de/
 > _______________________________________________
 > TYPO3-dev mailing list
 > TYPO3-dev at lists.netfielders.de
 > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
 >
 >
    
    
More information about the TYPO3-dev
mailing list