Closed (works as designed)
Project:
Theme Settings Extras
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2011 at 07:48 UTC
Updated:
13 Aug 2012 at 16:47 UTC
This is a mirror report of this issue (http://drupal.org/node/1359026).
Basically if someone uses a fieldset that not top like:
$form['layout']['sidebar'] = array(
'#type' => 'fieldset',
'#title' => t('Sidebar layout settings'),
'#collapsible' => TRUE,
'#collapsed' => TRUE,
);
Then all those settings will be hidden so the user won't even know they exist.
Comments
Comment #1
andrewmacpherson commentedThis is expected behaviour, rather than a bug. The nested fieldset you mention DOES appear inside the top-level layout vertical tab. This is desirable; the sidebar layout fieldset provides additional context for the general layout. As far as I'm concerned there is no problem with the Mayo theme, which has structured it's settings sensibly.
I've tested this module with several themes which provide their own theme settings fieldsets:
Both of these themes make use of nested (and collapsed) fieldsets in their own vertical tabsets.