Closed (fixed)
Project:
FileField
Version:
6.x-3.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2013 at 21:09 UTC
Updated:
23 Apr 2013 at 21:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
focal55 commentedFrom my experience in working with AHAH for drupal 6 it's common to unset the #prefix and #suffix attributes of the form element you are refreshing. This seems to be missing from Filefield's implementation, specifically in the filefield_js() function. I have added it in this patch.
Comment #2
kscheirerThanks, this patch fixed the problem for me! I was trying to theme these elements, and duplicate ID's make that hard, as well as not being valid HTML markup.
Comment #3
quicksketchThanks guys, I've committed #1.