git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10377
709f56b5-9817-0410-a4d7-
c38de5d9e867
2011-02-02 Steffen Kamper <steffen@typo3.org>
+ * Fixed bug #17434: Pagetree: when start edit, the text should be selected
* Fixed bug #17406: Pagetree Editor remains with empty value
2011-02-02 Christian Kuhn <lolli@schwarzbu.ch>
fn: function(node, newValue, oldValue) {
this.editNode.ownerTree.commandProvider.saveTitle(node, this.updatedValue, oldValue, this);
}
+ },
+
+ startEdit: {
+ fn: function(element, value) {
+ this.field.selectText();
+ }
}
},