With gravatars enabled, all regions marked as "collapsible" (e.g., input formats) are appearing as expanded and with no link on the title to collapse them. This affects all pages, including the admin section and other pages where no comments or gravatars may appear.

I have verified that this occurs with both 6.x-1.5 and the current 6.x-1.x-dev snapshot and with the default Garland theme as well as in my custom theme. Page source shows that collapse.js is being included in the page, but, for some reason, it appears to be failing to attach itself to the fieldset.collapsible legend.

Comments

dave reid’s picture

Status: Active » Closed (duplicate)

There's a bug in Drupal core that JavaScript fails when you have an url with a fragment in it like http://example.com/node/1#comment. Let me try and find the issue.