Hello, one of my coworkers noticed items included by nrembrowser cannot be reordered using the drag and drop method when editing a node.

To reproduce this bug I've done the following:

  1. Created a content type of (named "Image") that has a single upload file for a single image
  2. Managed the fields for Stories and added Images as a field. Images are added using the media browser widget and the number is unlimited.
  3. Created three individual Image nodes with different pictures.
  4. Created a story and added the three recently created image nodes with the media browser dialog window.
  5. Saved the story.
  6. Edit the story and change the order of the Images by dragging and dropping the images in a different order.
  7. Observe the images have not changed order in the View or Edit screens.

I think I see where the problem is so should I handle this by writing a hook when the form submits? Should I try and create a patch file for nrembrowser? Please advise. Thanks!
Here are the versions of the required modules I'm using:
Drupal 6.22
nrembrowser 6.x-1.0-beta16
CCK* (and NodeReference) 6.x-2.8
jQuery Update* 6.x-2.0-alpha1
jQuery UI* 6.x-1.3

Comments

clee_uftwf’s picture

Sorry, it appears this may be related to ImageField and not nrembrowser.

Here are links to possibly related ImageField issues: http://drupal.org/node/264171 ; http://drupal.org/node/1083904