keywords box updates location bar immediately

This commit is contained in:
Doug Bell 2010-08-25 15:16:42 -05:00
parent 5eeceb2f56
commit a88d6a2296

View file

@ -792,6 +792,7 @@ WebGUI.Admin.LocationBar
self.filterSelect.getMenu().subscribe( "click", self.addFilter, self, true );
} );
YAHOO.util.Event.on( 'searchKeywords', 'keyup', this.updateLocationBarQuery, this, true );
YAHOO.util.Event.on( 'searchKeywords', 'focus', this.focusKeywords, this, true );
YAHOO.util.Event.on( 'searchKeywords', 'blur', this.blurKeywords, this, true );