r62276 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62275‎ | r62276 | r62277 >
Date:23:02, 10 February 2010
Author:simetrical
Status:ok
Tags:
Comment:
Add comment for r62191
Modified paths:
  • /trunk/phase3/skins/common/IE80Fixes.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/IE80Fixes.css
@@ -1,9 +1,15 @@
22 /**
3 - * Fixes textarea scrolling bug (bug #19334)
 3+ * Fixes textarea scrolling bug (bug #19334). The bug only occurs when a
 4+ * percentage width is given, so instead of width: 100%, use min-width: 100%;
 5+ * max-width: 100%. We also need to give a fixed width for the actual width
 6+ * property for the hack to work, although the actual value (500px here) ends
 7+ * up being ignored; min/max-width take precedence.
 8+ *
 9+ * More info: http://grantovich.net/posts/2009/06/that-weird-ie8-textarea-bug/
410 */
511 #wpTextbox1 {
612 height: 390px;
713 width: 500px;
814 min-width: 100%;
915 max-width: 100%;
10 -}
\ No newline at end of file
 16+}

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r62191bug #19334: textarea jumps when editing longer articles in IE8ashley19:51, 9 February 2010

Status & tagging log