Kaldari has submitted this change and it was merged. Change subject: (bug 37302) Only fire startUploads once, after all files are ready ......................................................................
(bug 37302) Only fire startUploads once, after all files are ready The patch for starting uploads immediately changed it so _every_ file would call the progress bar's start method, causing a flicker in the interface. This patch only fires the startUploads method after all files have been properly initialized, making it a one- time event *and* and accurate one, since there are no missing files. Change-Id: I7bab735963dbd5402ddbfa3de9cd2bbeeebcda4a --- M resources/mw.UploadWizard.js M resources/mw.UploadWizardUpload.js 2 files changed, 17 insertions(+), 14 deletions(-) Approvals: Kaldari: Verified; Looks good to me, approved TheDJ: Looks good to me, but someone else must approve -- To view, visit https://gerrit.wikimedia.org/r/10127 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7bab735963dbd5402ddbfa3de9cd2bbeeebcda4a Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/extensions/UploadWizard Gerrit-Branch: master Gerrit-Owner: MarkTraceur <[email protected]> Gerrit-Reviewer: Kaldari <[email protected]> Gerrit-Reviewer: MarkTraceur <[email protected]> Gerrit-Reviewer: TheDJ <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
