r112167 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112166‎ | r112167 | r112168 >
Date:23:53, 22 February 2012
Author:reedy
Status:deferred
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/extensions (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/UploadWizard (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/UploadWizard/resources/mw.UploadWizard.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/UploadWizard/resources/mw.UploadWizard.js
@@ -414,6 +414,10 @@
415415
416416 // we explicitly move the file input to cover the upload button
417417 upload.ui.moveFileInputToCover( '#mwe-upwiz-add-file' );
 418+ // do it again in case the layout didn't update immediately
 419+ setTimeout(function() {
 420+ upload.ui.moveFileInputToCover( '#mwe-upwiz-add-file' );
 421+ }, 50);
418422
419423 // we bind to the ui div since unbind doesn't work for non-DOM objects
420424
Property changes on: branches/wmf/1.19wmf1/extensions/UploadWizard
___________________________________________________________________
Modified: svn:mergeinfo
421425 Merged /trunk/extensions/UploadWizard:r112166
Property changes on: branches/wmf/1.19wmf1/extensions
___________________________________________________________________
Modified: svn:mergeinfo
422426 Merged /trunk/extensions:r112166

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112166Semi-wild stab at bug 34601: 'drop media file to donate here' sometimes silen...brion23:50, 22 February 2012

Status & tagging log