Project

General

Profile

Actions

Feature #14411

closed

Context menu layer on does not work on Mac

Added by Peter Niederlag over 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
Start date:
2004-11-24
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

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

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'];

And it works like a dream...

Bug #0000486 is related to this one and contains a patch!
(issue imported from #M542)


Files

0000542-cm_jserror_opera_mac.jpg (22 KB) 0000542-cm_jserror_opera_mac.jpg Administrator Admin, 2004-11-25 11:26

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Feature #14384: Context-Menu on Mac-BrowsersClosedMichael Stucki2004-11-11

Actions
Actions

Also available in: Atom PDF