Page MenuHomePhabricator

Upload throws error "Uncaught TypeError: Object #<FileReader> has no method 'loadImage' "
Closed, ResolvedPublic

Description

UploadWizard throws an error on the first step, referencing line 431 of mw.UploadWizardUploadInterface.js: Uncaught TypeError: Object #<FileReader> has no method 'loadImage'. The upload proceeds, but thumbnails are only rendered after the files are uploaded (normally they should be rendered locally).

(Google Chrome, Ubuntu)


Version: unspecified
Severity: major

Details

Reference
bz49550

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:47 AM
bzimport added a project: UploadWizard.
bzimport set Reference to bz49550.

Related URL: https://gerrit.wikimedia.org/r/68574 (Gerrit Change Ib2aeec742b6db04be8ceb0097b8ab06d91f9e033)

Someone didn't understand how "this" works in JavaScript, but that's OK, it's fixed now. A merge would be appreciated.

Deployed to commons, let me know if there are any more issues.

Agh, I should probably put this on wmf7 too...