Hey,

With jQuery Update 1.10.2, the widget is not shown under file/add, whereas it is shown properly in a file field with Media Multiselect module. I get an "Uncaught TypeError: Cannot read property 'mozilla' of undefined" error in the js console as seen in the attached screenshot. Commenting out the lines in interest - lines 51 to 53 gets it to work again as in below snippet.

              //if ($.browser[browser] && Drupal.plupload.compareVersions($.browser.version, requirements[browser]) < 0) {
              //  includeRuntime = false;
              //}

There are many jQuery update related issues but they didn't seem to be related to this one.

Cheers,
duru

CommentFileSizeAuthor
Screenshot from 2014-10-24 17:25:03.png141.34 KBdurum
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

durum’s picture

Issue summary: View changes
durum’s picture

Issue summary: View changes
slashrsm’s picture

Status: Active » Fixed

We fixed this in http://cgit.drupalcode.org/plupload/commit/?id=f4d695b03828e80c898783d74.... We decided to remove requirements section entirely since it was checking for firefox <= 3.6 which is super old.

Will roll a new release which will include that change to prevent confusion.

Thank you for reporting.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.