I've updated jquery version to 1.6 and started getting that issue, I had to change 1 line to fix it:
in filefields.js from
$disabledFields.attr('disabled', '');
to
$disabledFields.removeAttr('disabled');

Im attaching path for that

Mantas

CommentFileSizeAuthor
imagefield_disabled.patch462 bytesMantasK
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

quicksketch’s picture

Status: Active » Reviewed & tested by the community

Thanks, doesn't look like this would run into any backwards compatibility problems since removeAttr has been around since jQuery 1.0.

We're not regularly making updates to FileField module though, I'll mark this RTBC so I'll take another look at it when going through the queue.

quicksketch’s picture

Title: After clicking upload browse button of other file fields is dissabled and not enabled » After clicking upload browse button of other file fields is dissabled and not enabled with jQuery 1.6+
Status: Reviewed & tested by the community » Fixed

Thanks, finally committed.

Status: Fixed » Closed (fixed)

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