I am new to Drupal. I think something very strange happened to my test drupal site. Immediately after installing the module, all the vertical tabs in the Drupal core were changed to Fieldset format. Also, the module didn't work at all. I can create field group or field items like it supposed to be, but the display is always fieldset only, no horzontal tabs or vertical tabs. As for the core vertical tab, I could not find a way to reverse the situation, even uninstalling the module didn't help. Anyone has any idea?

Comments

Stalski’s picture

Can you upgrade to dev version and tell us if it's fixed?
Best to take a backup then.

I can only think of some upgrade that did not go well or something.

kitling55’s picture

I already tried the dev version after uninstalling the 1.1 version. Nothing changed.

Stalski’s picture

Status: Active » Postponed (maintainer needs more info)

And you are sure you don't have a JavaScript error (firebug or chrome inspector will tell you) ? That can sometimes cause the javascript to abort for the rest of the scripts, including the horizontal and vertical tab formatting.

If it's not the case, then I surely need more information as I don't know what could cause it or where it came from.

kitling55’s picture

the media elements modules cause some javascript errors. I uninstalled the modules and there is no javascript error now, but this has not fix the problem.

BTW, I do have a bunch of css warnings, one of them is:

Warning: Unknown property 'box-sizing'. Declaration dropped.
Source File: http://testsite1.dev/themes/seven/vertical-tabs.css?m02krb Line: 88

nils.destoop’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)