This extension with jQuery Version from 1.10 has broken.

For fix this webform_multifile.js line 12 must be:
if ($.browser && $.browser.msie === true) {

Same issue: https://www.drupal.org/node/2326147

CommentFileSizeAuthor
#2 typeerror_browser_is-2463901-2.patch513 bytesJeroenT
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

RemovE’s picture

Thank You. Now it is working fine.

JeroenT’s picture

Version: 7.x-1.3 » 7.x-1.x-dev
Status: Active » Needs review
FileSize
513 bytes

Created a patch of the code suggested by UksusoFF.

progpapa’s picture

Status: Needs review » Reviewed & tested by the community

Works fine for me, too. Settings this to RTBC.

dalemoore’s picture

FYI this line originally read in older versions:

if (typeof $.browser !== 'undefined' && $.browser.msie === true) {

.. not sure why it was changed to the non-working one.

mstrelan’s picture

FWIW $.browser is deprecated in jQuery 1.10+. If you're running jQuery Update 3.x you can enable jQuery Migrate for backwards compatibility.

dmsmidt’s picture

Status: Reviewed & tested by the community » Closed (duplicate)