r101407 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r101406
|
r101407
|
r101408
>
Date:
21:14, 31 October 2011
Author:
preilly
Status:
ok
Tags:
Comment:
fix for
bug 32092
MobileFrontend search suggestions + to expand query does not set focus back to search area
Modified paths:
/trunk/extensions/MobileFrontend/javascripts/opensearch.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/MobileFrontend/javascripts/opensearch.js
—
—
@@ -138,6 +138,7 @@
139
139
function sqValUpdate( sqValue ) {
140
140
if ( search ) {
141
141
search.value = sqValue;
142
+ search.focus();
142
143
searchApi( search.value );
143
144
}
144
145
}
Follow-up revisions
Revision
Commit summary
Author
Date
r101408
1.18wmf1: MFT
r101407
preilly
21:15, 31 October 2011
Status & tagging log
01:46, 13 December 2011
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r101407
[
removed:
new
added:
ok]