Closed (fixed)
Project:
Field Tooltips
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jul 2013 at 15:13 UTC
Updated:
12 Nov 2013 at 16:40 UTC
Jump to comment: Most recent
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
Comment #1
mfarnsworth commentedI 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.
Comment #2
egfguedes commentedI had the same error... any solution or alternative module ?
Comment #3
minoroffense commentedLooking into this issue.
If you have any more details since your initial post would be helpful.
Thanks
Comment #4
minoroffense commentedComment #5
joel_osc commentedHave seen it too on wet distro. Disabling module fixed the issue.
Comment #6
minoroffense commentedLooks 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.
Comment #7
minoroffense commentedComment #8
mfarnsworth commentedThank you minorOffence! I installed it and it seems to work properly so far. Very much appreciated!