Any collapsible fieldsets in drupal 6.14 won't open with gallery module 6.x-1.0 active.

This is from a node-edit page without gallery module activated:

<legend class="collapse-processed">
  <a href="#">Menüeinstellungen</a>
</legend>

This is the same portion of the page with gallery module activated:

<legend>Menüeinstellungen</legend>

The missing elements are the reason, why legend is not clickable and the css hides the fieldset by default (display:none). Obviously this break the whole admin interface of drupal. The only workaround is to turn off css when using it.

Any ideas?

Comments

joergvk’s picture

Confirming this issue for same site under drupal 6.15.

lvthunder’s picture

Are these fieldsets that you have made or are they the default ones? Also is there something that makes your site unique? I'm not seeing this on my site.

joergvk’s picture

These are the default fieldsets. Strange enough, after downloading the module again and updating the site to drupal 6.15 the issue is gone. Maybe it was a faulty download the first time, or did you change the code since I posted the issue?

lvthunder’s picture

Status: Active » Closed (fixed)

Must of been a bad download. I can't change the code here.

xurde’s picture

Status: Closed (fixed) » Active

Hello,

I'm having same problem, it seems "progressive", I can't explain exactly but collapsible fieldset don't fails immediately.

I did several tests but only can say that the probem dissapear when I disable de module "gallery" (core)

I'm using Drupal 6.15 and Acquia Marine theme. If I can take more information I report, I'm trying solve.

Regards,
Jorge

xurde’s picture

Hello, more info:

The problem isn't progressive, I was wrong,

I'm working with Acquia Marina theme:

- If I disable gallery module (the core) all work fine (more or less, jeje)

- IF I enable gallery, don't work any collapsible field.

- If I disable Acquia Marine (enabling other theme, including Acquia Slate)... almost all fields work!, but don't work admin->gallery settings->general.

In other words, my settings of gallery don't work ever, if I enable gallery module they don't work with any theme.

I can't solve by the moment, I reinstall gallery (simple and multisite), and themes, I find the same problem in other sites (same domain).

I hope you can find the problem.

Thanks & regards,
Jorge

pixelpreview@gmail.com’s picture

hello xurde, do you have found a solution to your problem ? because I have a similar problem but with the js from dhtml menu
When I enable gallery module, dhtml menu don't work
when I disabled gallery module , dhtml menu works ...
in firebug I see two errors in reporting

invalid object initializer
[Break on this error] jQuery.extend(Drupal.settings, { "basePa...-form_default_value": "Recherche" } });\nfr (ligne 85)
effects is undefined
[Break on this error] if (!effects.siblings) {\r\n

I see that you have a problem with fieldset (jquery anim) ... It seems that gallery js break down others jquey module like dhtml menu