Unable to add new field to content type, widget not working

These are my first steps with drupal.

I have created a taxonomy hierarchy for my articles, and now I'm trying to add a new field to the "Article" and "Media" content types so that the content administrator can assign a "category" to his new content.

So, I was in the structure> Content Types> Article> Manage Fields Then "Add a New Field" with:

1- Label = Category
2- Name = "field_category
3- Field = "Term reference"
**4- Automatically changes to "Select list" but I am unable to see the drop down list options. Clicking the list doesn't do anything, I couldn't select Autocomplete or any other value I've seen on forums & tutorials. Using firebug I could see the options are there, but the list doesn't show up.**

This happens with all types of fields, even text fields, the most basic. Any idea why this is happening?

+5
source share
2 answers

, jQuery 1.7. jQuery 1.6 DOM .prop(). :

.attr() jQuery .prop() /modules/field_ui/field_ui.js :

100:      $(this).html(html).attr('disabled', disabled ? 'disabled' : '');
253:      $(ajaxElements).attr('disabled', true);

, Drupal, , , (Dries :).

+5

jquery. jquery 1.7,

+1

All Articles