Actions
Bug #21382
closedContext menu of page tree does not work anymore
Start date:
2009-10-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If the "Disable Popup Context Menus" setting in "User Settings > Edit & Advanced functions" is enabled, the context menu of the page tree does not show up anymore.
top.loadTopMenu is not a function
http://website.com/typo3/js/clickmenu.js
Line 74
(Thanks to Sven Härtwig for pointing this out)
Tested with Firefox 3.5.3
(issue imported from #M12368)
Files
Updated by Steffen Kamper about 15 years ago
The setting disables context menu, so the result is ok.
Only JS error is a bug: top.loadTopMenu is used by alt_main.php (old interface)
Solution: check for function exists.
Actions