[TYPO3-RTE] RTE not working in Safari 2

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Wed Jun 13 13:02:14 CEST 2007


Harald Amelung schrieb:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hello,
> 
> at a customer of mine the problem appeared, that the RTE doesn't load at
> all. Just a white text box like it would look like if RTE is disabled.
> 
> This happens with
> 
> TYPO3 4.1.1
> htmlArea RTE 1.5.2
> Mac OS X 10.4.9
> Safari 2.0.4
> 
> Any ideas here how to solve this?

In class.tx_rtehtmlarea_base.php there is an odd check for Safari:

} elseif (strstr($useragent,'Safari/') && 
$TYPO3_CONF_VARS['EXTCONF']['rtehtmlarea']['safari_test'] == 1) {

Remove the second part of the check or add the safari_test config 
*manually* to your localconf.php file. For some reason there is no UI for this.

Masi


More information about the TYPO3-project-rte mailing list