r101742 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r101741
|
r101742
|
r101743
>
Date:
23:15, 2 November 2011
Author:
preilly
Status:
ok
Tags:
Comment:
fix for
bug 32156
MobileFrontend does not update search box width at 180-degrees orientation
Modified paths:
/trunk/extensions/MobileFrontend/javascripts/opensearch.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/MobileFrontend/javascripts/opensearch.js
—
—
@@ -78,8 +78,9 @@
79
79
function updateOrientationSearchWidth() {
80
80
switch( window.orientation ) {
81
81
case 0:
82
+ case -90:
82
83
case 90:
83
- case -90:
84
+ case 180:
84
85
setTimeout( "updateSearchWidth()", 200 );
85
86
break;
86
87
}
Follow-up revisions
Revision
Commit summary
Author
Date
r101743
1.18wmf1: MFT
r101742
preilly
23:17, 2 November 2011
Status & tagging log
01:35, 13 December 2011
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r101742
[
removed:
new
added:
ok]