r19741 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19740‎ | r19741 | r19742 >
Date:21:34, 3 February 2007
Author:hashar
Status:old
Tags:
Comment:
Fix #8789: AJAX search - Enter button does not work in IE
Patch by Andy <andrew.cook@chw.edu>, reviewed by NotACat on IRC
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/skins/common/ajaxsearch.js (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/ajaxsearch.js
@@ -32,7 +32,7 @@
3333 if (event.keyCode == 13)
3434 {
3535 event.cancelBubble = true;
36 - event.returnValue = false;
 36+ event.returnValue = true;
3737 }
3838 }
3939 }
Index: trunk/phase3/RELEASE-NOTES
@@ -167,6 +167,7 @@
168168 affecting pages which had null edits (move, protect, etc) as second
169169 edit in a batch group. Isolated and patched by Travis Derouin.
170170 * Fix for paths in 1.4->1.5 special-case updater script
 171+* (bug 8789) AJAX search: IE users can now use the return key
171172
172173
173174 == Languages updated ==