--- t3lib/js/extjs/components/pagetree/javascript/Ext.ux.state.TreePanel.js 2012-01-18 21:02:20.000000000 +0100 +++ t3lib/js/extjs/components/pagetree/javascript/Ext.ux.state.TreePanel-patched.js 2012-01-18 21:01:14.000000000 +0100 @@ -114,7 +114,7 @@ if (contentId !== '-1' && !isCurrentSelectedNode && this.app.isVisible() && this.commandProvider && this.commandProvider.singleClick ) { - this.commandProvider.singleClick(node, this); + //this.commandProvider.singleClick(node, this); } } }