Just upgraded a site to 5.0 and have found the collapsible fieldsets aren't working. Anyone else encountered (and more importantly, fixed) this?

Comments

mfricke’s picture

I have had the same. I looked at the Activity window on the Macintosh Safari browser and it reported that there were errors loading some of the javascript from tinyMCE-- I disabled the tinyMCE module and the collapsible fieldsets for everything else started to work properly again. [Now I am going to look at re-installing tinyMCE etc.] In sum, there may be a problem with some of the modules that you are using. Try disabling some or all of them, getting reports of the loading code etc. Best, Martin

dgrant’s picture

Just reload the pages in your browser and they might return, like they did for me.

jyork’s picture

I am still having trouble with this. I recently upgraded from 4.7.6 and I do not have tincymce installed. Has anyone found a solution? Any direction would be much appreciated.

Thanks

delmont’s picture

Sounds like you might not have the $scripts variable loaded in your theme template? Or you might be having a problem similar to mine at http://drupal.org/node/154297.

Hope this helps.

jenlampton’s picture

I experienced the same problem after an upgrade from 4.7.3 to 5.2, with a custom theme.

I added the following line to the header of my page.tpl.php file and everything works great now.

print $scripts

Thanks for the tip!

Jen