r41893 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41892‎ | r41893 | r41894 >
Date:20:16, 9 October 2008
Author:aaron
Status:old (Comments)
Tags:
Comment:
Use scroll box for paths if needed
Modified paths:
  • /trunk/extensions/CodeReview/CodeRevisionView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/CodeRevisionView.php
@@ -37,7 +37,7 @@
3838 $paths .= $this->formatPathLine( $row->cp_path, $row->cp_action );
3939 }
4040 if( $paths ){
41 - $paths = "<ul>\n$paths</ul>\n";
 41+ $paths = "<ul style='max-height:600px; overflow:scroll;'>\n$paths</ul>\n";
4242 }
4343 $fields = array(
4444 'code-rev-repo' => $repoLink,

Comments

#Comment by Brion VIBBER (talk | contribs)   23:35, 9 October 2008

This is showing pretty badly on FF 3... disabled scrollbars :(

#Comment by Brion VIBBER (talk | contribs)   23:42, 9 October 2008

fixed in r41905

Status & tagging log