Closed (cannot reproduce)
Project:
Display Suite
Version:
7.x-1.x-dev
Component:
Field UI
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2011 at 05:27 UTC
Updated:
9 Aug 2012 at 19:22 UTC
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
Comment #1
swentel commentedCould 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 ?
Comment #2
msbrar commentedOut 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.
Comment #3
msbrar commentedNot 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.
Comment #4
pipep commentedsame 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
Comment #5
vacho commentedsame problem with: rel-7.x-1.0-alpha1. , ds 7.x-1.5
Comment #6
sbilde commentedThanks @pipep..- That did the trick for me as well!
Comment #7
swentel commentedStill can't reproduce - also completely given up on rel as we speak, the module is just to experimental.