[TYPO3-core] rteHTMLarea and Safari
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Wed Jun 13 13:06:20 CEST 2007
Hi!
Should this work?
In the current version there is this check:
} elseif (strstr($useragent,'Safari/') &&
$TYPO3_CONF_VARS['EXTCONF']['rtehtmlarea']['safari_test'] == 1) {
But there is no UI to set safari_test (but there is an enableOpera9
setting), so you cannot enable it easily.
The beta of Safari for Windows is more or less broken so I cannot verifiy
if te editor is really working, but at least it shows up if I remove the check.
Would be nice if we can verify Safari support for the RTE before 4.1.2 ships.
Maybe we can simply make a UI for an enableSafari setting like it's done
for Opera. I could provide a diff for that.
Masi
More information about the TYPO3-team-core
mailing list