Drupal 7.8:
When collapsiblock module is installed and active on a views block which has the views accordion as format, the views accordion functionality does not work well: expanding not working.
(The collapsiblock behavior itself still works o.k.)

Comments

manuel garcia’s picture

Category: bug » support
Status: Active » Closed (works as designed)

This is not something that this module deals with, let me explain.

The jquery.ui.accordion plugin needs to calculate heights and other things in order to build the accordion. I don't believe that's possible if it starts in a collapsed block (hidden).