On Structure > content types > manage fields page I get the following javascript error on firebug console:

TypeError: Drupal.fieldUIOverview is undefined

With this error the fields are not draggable anymore, instead a new "weight" column appears and you have to type the weight of each field to order them. Weights don't seem consistent out of the box and you need to do some tedious work of reordering all fields one by one to have a serial and unique weight.

Disabling the module :( solves the issue :)

Comments

mfarnsworth’s picture

I experienced the same thing, when I switch the module on the draggable fields disappear and it's hard to get them back. When I disable it they come back. Very definite cause and effect.

egfguedes’s picture

I had the same error... any solution or alternative module ?

minoroffense’s picture

Assigned: Unassigned » minoroffense

Looking into this issue.

If you have any more details since your initial post would be helpful.

Thanks

minoroffense’s picture

Assigned: minoroffense » classiccut
joel_osc’s picture

Have seen it too on wet distro. Disabling module fixed the issue.

minoroffense’s picture

Looks like the library being attached to the form was overriding other libraries. Not appending to the list.

It has been fixed in http://drupalcode.org/project/field_tooltips.git/commit/9f50f0b

I'll create a new release as well.

minoroffense’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Status: Active » Fixed
mfarnsworth’s picture

Thank you minorOffence! I installed it and it seems to work properly so far. Very much appreciated!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.