Index: typo3/js/tree.js =================================================================== --- typo3/js/tree.js (revision 8447) +++ typo3/js/tree.js (working copy) @@ -149,16 +149,16 @@ } else { obj.style.cursor = 'wait'; } - + var call = new Ajax.Request(this.thisScript, { method: 'get', parameters: 'ajaxID=' + this.ajaxID + '&PM=' + params, onComplete: function(xhr) { // the parent node needs to be overwritten, not the object $(obj.parentNode.parentNode).replace(xhr.responseText); + TYPO3PageTreeFilter.filter(); this.registerDragDropHandlers(); this.reSelectActiveItem(); - filter($('_livesearch').value); }.bind(this), onT3Error: function(xhr) { // if this is not a valid ajax response, the whole page gets refreshed