Page MenuHomePhabricator

AJAX search - Enter button does not work in IE
Closed, ResolvedPublic

Description

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

Details

Reference
bz8789

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:33 PM
bzimport added a project: MediaWiki-Search.
bzimport set Reference to bz8789.
bzimport added a subscriber: Unknown Object (MLST).

andrew.cook wrote:

In line 51 of ajaxsearch.js changed

event.returnValue = false;

to

event.returnValue = true;

Seems to work fine now.

Created attachment 3142
Patch for IE

Attached:

Applied as r19741
Reviewed with the help of NotACat