* (bug 9948) Workaround for diff regression with old Mozilla versions
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 13 Jun 2007 20:08:19 +0000 (20:08 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 13 Jun 2007 20:08:19 +0000 (20:08 +0000)
commitccb2a064fc87c0d41232e5154caf70a780c1be06
tree1b5caf634d1b1defebf7c3dc3fd4520bc97ec918
parentd5a8cc2dd1c15e07beaf2f1468e2b775dc8e812a
* (bug 9948) Workaround for diff regression with old Mozilla versions
Use JS to detect old Gecko versions known to have bogus implementation of overflow: auto for vertical sizing <div>s in table cells and change it to overflow: visible for an ugly but more-or-less-legible fallback behavior.
RELEASE-NOTES
includes/DifferenceEngine.php
includes/EditPage.php
skins/common/diff.css
skins/common/diff.js [new file with mode: 0644]