Index: t3lib/js/extjs/components/pagetree/javascript/actions.js =================================================================== --- t3lib/js/extjs/components/pagetree/javascript/actions.js (revision 10378) +++ t3lib/js/extjs/components/pagetree/javascript/actions.js (working copy) @@ -257,7 +257,7 @@ TYPO3.Components.PageTree.Commands.getViewLink( node.attributes.nodeData, function(result) { - openUrlInWindow(result, 'typo3ContextMenuView'); + window.open(result, 'typo3ContextMenuView'); } ); },