Closed (fixed)
Project:
FileField
Version:
6.x-3.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2012 at 10:36 UTC
Updated:
24 Apr 2013 at 15:10 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| imagefield_disabled.patch | 462 bytes | MantasK |
Comments
Comment #1
quicksketchThanks, 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.
Comment #2
quicksketchThanks, finally committed.