r111484 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111483‎ | r111484 | r111485 >
Date:20:49, 14 February 2012
Author:brion
Status:ok
Tags:
Comment:
* (bug 34396) Apply Special:Hieroglyphs CSS immediately

Page may take a while to load, so make sure we load the styles for this page immediately. Puts a big box into an overflow scroll area instead of letting it make the page bigger and bigger and then shrinking down.
Modified paths:
  • /trunk/extensions/wikihiero/SpecialHieroglyphs.php (modified) (history)

Diff [purge]

Index: trunk/extensions/wikihiero/SpecialHieroglyphs.php
@@ -47,6 +47,7 @@
4848 $this->setHeaders();
4949 $out = $this->getContext()->getOutput();
5050 $out->addModules( 'ext.wikihiero.Special' );
 51+ $out->addModuleStyles( 'ext.wikihiero.Special' ); // apply CSS during slow load
5152 $out->addWikiMsg( 'wikihiero-special-page-text' );
5253
5354 $out->addHTML( '<div id="hiero-result">' );

Follow-up revisions

RevisionCommit summaryAuthorDate
r111581MFT r111043, r111484, r111571, r111574, r111575reedy20:46, 15 February 2012
r111771MFT r111484, r111575, r111685reedy18:21, 17 February 2012

Status & tagging log