Postponed (maintainer needs more info)
Project:
ImageField
Version:
6.x-3.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2011 at 14:57 UTC
Updated:
14 Apr 2013 at 18:57 UTC
Same as this issue for D7: #819816: (Needs tests) Reordering multivalue file and image field uploads is broken
You can drag and drop images in the edit form but after save nothing actually gets moved.
Comments
Comment #1
quicksketchThis is not an issue on a clean install of Drupal core and ImageField. I'm guessing that another module is inserting JS that causes drag and drop to break. If you can provide steps to reproduce I'll have a look, but nothing has changed in ImageField for months that would have caused the problem recently. ImageField doesn't even include any code at all to control drag and drop (it's provided by CCK).
Comment #2
quicksketchComment #3
druplicate commentedSeems the same problem exists in D7: #819816: (Needs tests) Reordering multivalue file and image field uploads is broken Can you backport the patch?
In that case it's not a js issue. I also disabled all js and reordered using weights and it still does not work.
I'm still having this problem. BTW, I'm using these image fields within a field group if that has any bearing.
Using CCK 2.9 (same problem in CCK 3-alpha-x which I had to abandon because it slowed content-type edit operations to a crawl). The Devel module is turned off.
But it seems the D6 issue is most likely the same as in D7.
Comment #4
quicksketchI still can't reproduce this issue. Reordering images works just fine with or without JS.
Comment #5
quicksketchThat may be the source of the problem. D6 fieldgroup is no longer supported at this point, so I'm not sure this problem will ever get fixed. I don't think the D7 problem is the same as the problem being reported here.