[TYPO3-core] RFC: Bug #16681: Live-Search: Search field does not always revert to default state when losing focus

Steffen Kamper info at sk-typo3.de
Wed Jan 19 23:22:32 CET 2011


Hi Jeff,

just from reading, i think you could add the scope. In handleBlur you 
can deal with "this" instead of TYPO3LiveSearch.
Scope is the 3rd parameter, so it should work like this:

Ext.get('live-search-box').on('blur', TYPO3LiveSearch.handleBlur, 
TYPO3LiveSearch);

could you check that?

vg Steffen


More information about the TYPO3-team-core mailing list