Index: t3lib/js/extjs/components/pagetree/javascript/treeeditor.js =================================================================== --- t3lib/js/extjs/components/pagetree/javascript/treeeditor.js (revision 10261) +++ t3lib/js/extjs/components/pagetree/javascript/treeeditor.js (revision ) @@ -75,7 +75,13 @@ fn: function(node, newValue, oldValue) { this.editNode.ownerTree.commandProvider.saveTitle(node, this.updatedValue, oldValue, this); } + }, + + startEdit: { + fn: function(element, value) { + this.field.selectText(); - } + } + } }, /**