Hi,

I encountered this problem:

when I use mytheme_fieldset() in my template.php, fieldgroup won't override fieldset to tabs anymore

Comments

danielhonrade’s picture

this happens when I added a wrapper outside fieldset like

<div class="wrapper-outer"><fieldset ...
nils.destoop’s picture

Status: Active » Closed (works as designed)

Both vertical tabs from core, and horizontal tabs from espect that no wrapper is around the fieldset. This is a requirement from the javascript.

I suggest you to open an issue on drupal core.