r105582 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105581‎ | r105582 | r105583 >
Date:20:12, 8 December 2011
Author:brion
Status:ok
Tags:
Comment:
* (bug 321223) Make horizontal scrolling work on Android browser when there are wide things on the page.

For some reason there was an 'overflow-x: hidden' on the body tag in the global styles in MobileFrontend. This disables horizontal scrolling in the Android browser, making parts of page content that are too wide inaccessible.
Removing this as there seems to be no good reason for it, and have a few requests to make horiz scrolling work on Android from Erik M etc.
Modified paths:
  • /trunk/extensions/MobileFrontend/stylesheets/android.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/blackberry.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/default.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/firefox.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/iphone.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/iphone2.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/nokia.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/operamini.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/palm_pre.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/psp.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/simple.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/webkit.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/webkit_old.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/wii.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/wii.css
@@ -76,7 +76,6 @@
7777 color: black;
7878 background: white;
7979 font-family: sans-serif;
80 - overflow-x: hidden;
8180 -webkit-text-size-adjust: none;
8281 }
8382
Index: trunk/extensions/MobileFrontend/stylesheets/simple.css
@@ -71,7 +71,6 @@
7272 color: black;
7373 background: white;
7474 font-family: sans-serif;
75 - overflow-x: hidden;
7675 -webkit-text-size-adjust: none;
7776 }
7877
Index: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
@@ -71,7 +71,6 @@
7272 color: black;
7373 background: white;
7474 font-family: sans-serif;
75 - overflow-x: hidden;
7675 -webkit-text-size-adjust: none;
7776 }
7877
Index: trunk/extensions/MobileFrontend/stylesheets/nokia.css
@@ -71,7 +71,6 @@
7272 color: black;
7373 background: white;
7474 font-family: sans-serif;
75 - overflow-x: hidden;
7675 -webkit-text-size-adjust: none;
7776 }
7877
Index: trunk/extensions/MobileFrontend/stylesheets/firefox.css
@@ -71,7 +71,6 @@
7272 color: black;
7373 background: white;
7474 font-family: sans-serif;
75 - overflow-x: hidden;
7675 -webkit-text-size-adjust: none;
7776 }
7877
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css
@@ -71,7 +71,6 @@
7272 color: black;
7373 background: white;
7474 font-family: sans-serif;
75 - overflow-x: hidden;
7675 -webkit-text-size-adjust: none;
7776 }
7877
Index: trunk/extensions/MobileFrontend/stylesheets/iphone2.css
@@ -71,7 +71,6 @@
7272 color: black;
7373 background: white;
7474 font-family: sans-serif;
75 - overflow-x: hidden;
7675 -webkit-text-size-adjust: none;
7776 }
7877
Index: trunk/extensions/MobileFrontend/stylesheets/android.css
@@ -71,7 +71,6 @@
7272 color: black;
7373 background: white;
7474 font-family: sans-serif;
75 - overflow-x: hidden;
7675 -webkit-text-size-adjust: none;
7776 }
7877
Index: trunk/extensions/MobileFrontend/stylesheets/blackberry.css
@@ -75,7 +75,6 @@
7676 color: black;
7777 background: white;
7878 font-family: sans-serif;
79 - overflow-x: hidden;
8079 -webkit-text-size-adjust: none;
8180 }
8281
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css
@@ -71,7 +71,6 @@
7272 color: black;
7373 background: white;
7474 font-family: sans-serif;
75 - overflow-x: hidden;
7675 -webkit-text-size-adjust: none;
7776 }
7877
Index: trunk/extensions/MobileFrontend/stylesheets/webkit_old.css
@@ -71,7 +71,6 @@
7272 color: black;
7373 background: white;
7474 font-family: sans-serif;
75 - overflow-x: hidden;
7675 -webkit-text-size-adjust: none;
7776 }
7877
Index: trunk/extensions/MobileFrontend/stylesheets/operamini.css
@@ -71,7 +71,6 @@
7272 color: black;
7373 background: white;
7474 font-family: sans-serif;
75 - overflow-x: hidden;
7675 -webkit-text-size-adjust: none;
7776 }
7877
Index: trunk/extensions/MobileFrontend/stylesheets/default.css
@@ -71,7 +71,6 @@
7272 color: black;
7373 background: white;
7474 font-family: sans-serif;
75 - overflow-x: hidden;
7675 -webkit-text-size-adjust: none;
7776 }
7877
Index: trunk/extensions/MobileFrontend/stylesheets/webkit.css
@@ -71,7 +71,6 @@
7272 color: black;
7373 background: white;
7474 font-family: sans-serif;
75 - overflow-x: hidden;
7675 -webkit-text-size-adjust: none;
7776 }
7877

Status & tagging log