r101408 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101407‎ | r101408 | r101409 >
Date:21:15, 31 October 2011
Author:preilly
Status:deferred
Tags:
Comment:
1.18wmf1: MFT r101407
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/MobileFrontend/javascripts/opensearch.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/javascripts/opensearch.js
@@ -138,6 +138,7 @@
139139 function sqValUpdate( sqValue ) {
140140 if ( search ) {
141141 search.value = sqValue;
 142+ search.focus();
142143 searchApi( search.value );
143144 }
144145 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101407fix for bug 32092 MobileFrontend search suggestions + to expand query does no...preilly21:14, 31 October 2011

Status & tagging log