Author: andrew.cook
Description:
When using the AJAX search, the "enter" key does not work in Internet Explorer. Seems to work
fine in Firefox.
Version: 1.9.x
Severity: normal
• bzimport | |
Jan 26 2007, 6:04 PM |
F3586: ajaxsearch-IE.patch | |
Nov 21 2014, 9:33 PM |
Author: andrew.cook
Description:
When using the AJAX search, the "enter" key does not work in Internet Explorer. Seems to work
fine in Firefox.
Version: 1.9.x
Severity: normal
andrew.cook wrote:
In line 51 of ajaxsearch.js changed
event.returnValue = false;
to
event.returnValue = true;
Seems to work fine now.