https://bugzilla.wikimedia.org/show_bug.cgi?id=43007
Nischay Nahata <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Version|unspecified |master --- Comment #2 from Nischay Nahata <[email protected]> --- Finally debugged this. Upload Wizard is apparently firing the GroupProgressBar again and again for each file, each time it does so it has a different number of files ready to be uploaded (that goes in increasing order as more and more files are added). This shouldn't be the desired behavior, instead UW should first gather all the files and upload them together and call GroupProgressBar only once. To clearly see the issue one can just add console.log(_this.uploads.length); in start() of mw.GroupProgressBar.js -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
