Bug #17220
closedrtehtmlarea doesn't work in Safari
0%
Description
Typo3 4.0.6
rtehtmlarea 1.3.9
Mac OS X 10.4.9
Safari 2.0.4
On the back end, the editor is just a plain text box.
(issue imported from #M5455)
Updated by Patrick Broens over 17 years ago
I'm not an owner of a Mac and therefor not able to solve this right away. I'm going to try to solve this at T3DD07 in Dietikon this weekend. Seems the HTTP_USER_AGENT changed somehow at Safari 2.0.4 because the editor doesn't even start up.
A collegue of mine is taking his MacBook, so I'm able to work on it this week.
Maybe a Mac user could sent a note to this bug with the return of this function: t3lib_div::getIndpEnv('HTTP_USER_AGENT'). I'm really curious what the output is.
It must be
Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3
or similar, but I'm not certain about that
Thanks in advance
Updated by Bing Du over 17 years ago
Thanks much for working on it, Patrick.
Maybe somebody else can provide what t3lib_div::getIndpEnv('HTTP_USER_AGENT') returns from a Mac.
I had a quick look in my web log. The log shows accesses from my Mac (Mac OS X version 10.4.9, 2 GHZ Intel Core Duo) exactly as you expected. That is
"Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3"
Bing
Updated by Stanislas Rolland almost 17 years ago
I would expect htmlArea RTE from SVN TYPO3core trunk revision 2776+ to work correctly in Safari/3 revision 523+. Please confirm.
Updated by Stanislas Rolland almost 17 years ago
You need to upgrade to Safari 3.0.4.