I have activated Display Suite module, Display Suite Forms module and Rel module on a fresh installation of drupal 7.9. I do the folloing steps. Open the "Add Article" Page. Click on "Manage Form" link. Go to the Display suite forms menu item. Click on the registered element. It opens up the form with the elements that were selected. I choose the "2 column" layout. Now try to move any field to another region. The progress cursor keeps rotating and nothing happens. The field row does not move to the desired region. Where as the same kind of UI in manage display is working fine.

Comments

swentel’s picture

Status: Active » Postponed (maintainer needs more info)

Could you either test the latest 2 dev versions of both modules and see if that works out ? Everything works fine here for now.
Also, are you getting any javascript errors or not ? Using jquery update or not ?

msbrar’s picture

Out of luck with older versions. I have jquery update installed on my machine and there was no javascript error. But i got a weird workaround while trying to debug. Though i could not make anything out of it as i dont understand a lot of jquery, i am putting it if it can help you debug. I was trying to put alerts in the javascript file to find the flow and the problem. I put an alert in the wrong statement in drupal_forms.admin.js :

Drupal.fieldUIFieldOverview = Drupal.fieldUIFieldOverview || {alert('here');};

This caused the given alert to throw an exception. Therefore nothing happened onChange of the dropdown. But when i tried to drag the row to the top, it did get dragged without showing the progress bar. And then I just set the value of the drop down to the desired region and saved. It worked !! :) Dont know what the problem is, but its working with this exception somehow.

msbrar’s picture

Not sure why... but this is still happening...using the latest versions of rel and DS module i.e. Feb 2 dev versions... the cursor doesnt just stop rotating.

pipep’s picture

same problem here, on D7. 12 and display suite 7.x-1.4

Update:
fixed installing "Renderable elements" + "Field Group" modules
http://drupal.org/project/field_group
http://drupal.org/project/rel

vacho’s picture

same problem with: rel-7.x-1.0-alpha1. , ds 7.x-1.5

sbilde’s picture

Thanks @pipep..- That did the trick for me as well!

swentel’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Still can't reproduce - also completely given up on rel as we speak, the module is just to experimental.