[Typo3-dev] CMLayer on Mac

Michael Stucki michael at typo3.org
Thu Nov 25 01:01:27 CET 2004


Macmade wrote:
^^^^^^^

> I notified something very interesting for the Typo3 Mac users.
> 
> On a MacOS system, the contextual menu of the backend is disabled, so
> the menu can be displayed only on the top frame. There's in fact a Mac
> detection hardcoded in the core "template" class.
> 
> This menu works without problems on Mac, with a Mozilla based browser.
> Maybe it should be activeted for that platform on a next release of
> Typo3... ;) I'm sure it will be appreciated...

OK so please submit a bugreport if you didn't do that yet.

> For the moment, you can remove the detection at line 350 of the
> typo3/template.php file. Change this:
> 
> return !$GLOBALS['BE_USER']->uc['disableCMlayers'] &&
> $GLOBALS['CLIENT']['FORMSTYLE'] &&
> $GLOBALS['CLIENT']['SYSTEM']!='mac';
> 
> To this:
> 
> return !$GLOBALS['BE_USER']->uc['disableCMlayers'] &&
> $GLOBALS['CLIENT']['FORMSTYLE'];

We should check this before. What was the reason for Kasper to add this
condition? Are there any Mac browsers where this menu still won't work?

- michael
-- 
Want support? Please read the list rules first: http://typo3.org/1438.0.html




More information about the TYPO3-dev mailing list