Cufon screws up collapsible fieldsets and the Views UI. More to come, once I troubleshoot it.

Comments

davideads’s picture

Quick update: It seems to be the Cufon.replace(...) call in cufon-drupal.js and it seems like ALL Cufon.replace calls cause this behavior. That's a big problem.

davideads’s picture

This line in cufon source (around line 688) is causing the grief:

CSS.addClass(DOM.root(), 'cufon-active cufon-loading');

I'm not sure why though.

davideads’s picture

Status: Active » Closed (duplicate)