Index: typo3/js/livesearch.js =================================================================== --- typo3/js/livesearch.js (revision 10247) +++ typo3/js/livesearch.js (working copy) @@ -245,6 +245,7 @@ removeHelp : function() { if (this.helpList) { this.helpList.destroy(); + delete this.helpList; } }, @@ -263,8 +264,8 @@ } }, - postBlur : function() { - TYPO3.BackendLiveSearch.superclass.postBlur.apply(this, arguments); + onBlur : function() { + TYPO3.BackendLiveSearch.superclass.onBlur.apply(this, arguments); this.removeHelp(); },