Last modified: 2010-05-15 15:48:20 UTC
When using the AJAX search, the "enter" key does not work in Internet Explorer. Seems to work fine in Firefox.
In line 51 of ajaxsearch.js changed event.returnValue = false; to event.returnValue = true; Seems to work fine now.
Created attachment 3142 [details] Patch for IE
Applied as r19741 Reviewed with the help of NotACat