[TYPO3-dev] Firefox 2.0.0.3 breaks HTML Area RTE

Alban Cousinié ace at mind2machine.com
Mon Mar 26 14:21:22 CEST 2007


Thanks all for your answers.

Regards

Alban

-----Message d'origine-----
De : typo3-dev-bounces at lists.netfielders.de
[mailto:typo3-dev-bounces at lists.netfielders.de] De la part de Fabien Udriot
Envoyé : lundi 26 mars 2007 14:18
À : List for Core-/Extension development
Objet : Re: [TYPO3-dev] Firefox 2.0.0.3 breaks HTML Area RTE

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
 >
 >

_______________________________________________
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