https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112167

Revision: 112167
Author:   reedy
Date:     2012-02-22 23:53:51 +0000 (Wed, 22 Feb 2012)
Log Message:
-----------
MFT r112166

Modified Paths:
--------------
    branches/wmf/1.19wmf1/extensions/UploadWizard/resources/mw.UploadWizard.js

Property Changed:
----------------
    branches/wmf/1.19wmf1/extensions/
    branches/wmf/1.19wmf1/extensions/UploadWizard/


Property changes on: branches/wmf/1.19wmf1/extensions
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/JSTesting/extensions:100352-107913
/branches/REL1_15/phase3/extensions:51646
/branches/REL1_17/phase3/extensions:81445,81448
/branches/new-installer/phase3/extensions:43664-66004
/branches/sqlite/extensions:58211-58321
/branches/wmf/1.18wmf1/extensions:97508
/trunk/extensions:111043,111199,111218,111484,111575,111604,111659-111661,111668,111670,111688,111690,111698,111713,111715,111780,111796,111814,111947,112074,112153,112160
/trunk/phase3/extensions:111002,111029,111034,111062,111067,111076,111085,111128,111144,111251
   + /branches/JSTesting/extensions:100352-107913
/branches/REL1_15/phase3/extensions:51646
/branches/REL1_17/phase3/extensions:81445,81448
/branches/new-installer/phase3/extensions:43664-66004
/branches/sqlite/extensions:58211-58321
/branches/wmf/1.18wmf1/extensions:97508
/trunk/extensions:111043,111199,111218,111484,111575,111604,111659-111661,111668,111670,111688,111690,111698,111713,111715,111780,111796,111814,111947,112074,112153,112160,112166
/trunk/phase3/extensions:111002,111029,111034,111062,111067,111076,111085,111128,111144,111251


Property changes on: branches/wmf/1.19wmf1/extensions/UploadWizard
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/uploadwizard/extensions/UploadWizard:73550-75905
/trunk/extensions/UploadWizard:111604,111796,112153,112160
/trunk/phase3/extensions/UploadWizard:85939
   + /branches/uploadwizard/extensions/UploadWizard:73550-75905
/trunk/extensions/UploadWizard:111604,111796,112153,112160,112166
/trunk/phase3/extensions/UploadWizard:85939

Modified: 
branches/wmf/1.19wmf1/extensions/UploadWizard/resources/mw.UploadWizard.js
===================================================================
--- branches/wmf/1.19wmf1/extensions/UploadWizard/resources/mw.UploadWizard.js  
2012-02-22 23:50:39 UTC (rev 112166)
+++ branches/wmf/1.19wmf1/extensions/UploadWizard/resources/mw.UploadWizard.js  
2012-02-22 23:53:51 UTC (rev 112167)
@@ -414,6 +414,10 @@
 
                // we explicitly move the file input to cover the upload button
                upload.ui.moveFileInputToCover( '#mwe-upwiz-add-file' );
+               // do it again in case the layout didn't update immediately
+               setTimeout(function() {
+                       upload.ui.moveFileInputToCover( '#mwe-upwiz-add-file' );
+               }, 50);
 
                // we bind to the ui div since unbind doesn't work for non-DOM 
objects
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to