Hello

There seems to be an incompatibility with Drupal 6 backport of Seven theme, present in D7 core.

In the module page, the collapse and uncollapse links do not work, nor the fieldsets are saved.
In this theme, there aren't any arrow buttons, but the group name is still a link.

Clicking each group name collapses the fieldset, just the top links for ALL fieldsets do not work.

Either the module or the theme needs a patch.

Comments

jrockowitz’s picture

Thanks for submitting the issue. I am also using the Seven (backport) theme in my current project and noticed the issue too.

The missing fieldset arrows is an issue with the seven theme.
#877386: Issues with fieldsets

The fact that my module is just not working is definitely my problem and will be fixed in my next release.
#907660: Fieldset helper 2.x road map

Thanks,
~jake

lpalgarvio’s picture

the Seven theme backport developers are testing some patches to resolve this issue on their theme:
http://drupal.org/node/877386

lpalgarvio’s picture

the arrow problems have been fixed on the latest beta12 of the Seven theme.

but fieldsets in the modules page aren't savable yet and "Expand all | Collapse all" does not work.

jrockowitz’s picture

Status: Active » Needs review

The issue was related to how I was handling overriding the theme_fieldset() function. The issue has been fixed in the fieldset helper 6.x-2.x -dev release (http://drupal.org/node/946000).

Please download and confirm that my fix works correctly.

Thanks for following up,
~jake

mrfelton’s picture

Status: Needs review » Reviewed & tested by the community

Seems to be working ok wil latest -dev of Seven

lpalgarvio’s picture

haven't noticed the issues anymore

jrockowitz’s picture

Status: Reviewed & tested by the community » Closed (fixed)