How to reproduce
* add a ctools collapsible fieldset inside a block
* let it refresh

Result: collapsible not anymore.
(I guess collapsibles depend on some domready js, and this bug also applies to core collapsibles)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

geek-merlin’s picture

Hmmmm, in BlockRefreshContent(path, element, element_content, panels)
we already have
Drupal.attachBehaviors(this);
but for some reason it does not do its job.

tripper54’s picture

Status: Active » Needs review
FileSize
431 bytes

Sorry for the long delay on this one :)

Try this patch. attachBehaviors was called with the wrong context.

tripper54’s picture

Status: Needs review » Closed (duplicate)
Related issues: +#2508761: attachBehaviors needs to run on whole doc after refresh