I have had to disable this module which I hate bc it's jacking up the collapse functionality in internet explorer. Anyone else reported this issue? I will admit that I'm using the jquery update module to use the newest jquery build. But the thing is, the admin menu works great, there's nothing wrong with that, it's just for some reason it breaks the fieldset collapse.

Comments

sun’s picture

Status: Active » Postponed (maintainer needs more info)

a) Are you referring to specific fieldsets on a certain page?
b) Which version of jQuery are you using? And, which version of jQuery Update are you using?

EDIT:
c) And which browser/platform are you encountering this bug?

drupalninja99’s picture

a) all fieldsets that are collapsible are broken
b) Using 1.2.6, but it was breaking 1.2.3 as well
c) Using jquery update 5.x-2.x

sun’s picture

Sorry, I edited my last post:
c) And which browser/platform are you encountering this bug?

drupalninja99’s picture

internet explorer 6 and 7 on windows xp

sun’s picture

Title: Breaking collapse in internet explorer 6/7 » IE6/7: Breaking all collapsible fieldsets

Better title. Until now, it seems like you're the only one experiencing this bug. So it might be worth disabling some other modules to test whether there is a conflict somewhere.

sun’s picture

Is it possible that you did not replace all JavaScript files in Drupal core with the updated jQuery replacements?

sun’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Without further information I need to guess that this issue was caused by an incomplete jQuery Update setup.

drupalninja99’s picture

well i don't ever physically replace the files but i override all the drupal files. i don't know why drupal can't use the official jquery. it's irritaing. i unset the drupal js references in my template.php and reference the new jquery + the files that make jquery compatible with drupal.

sun’s picture

Well, that's a potential cause. If you add them manually, you have to ensure that the order of JavaScript files stays the same.