Closed (duplicate)
Project:
Cufón
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
15 Jul 2009 at 16:21 UTC
Updated:
16 Jul 2009 at 00:32 UTC
Cufon screws up collapsible fieldsets and the Views UI. More to come, once I troubleshoot it.
Comments
Comment #1
davideads commentedQuick update: It seems to be the
Cufon.replace(...)call in cufon-drupal.js and it seems like ALLCufon.replacecalls cause this behavior. That's a big problem.Comment #2
davideads commentedThis 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.
Comment #3
davideads commentedMoved to http://drupal.org/node/520210