ufku,

I am trying to make audit.module cooperate with bueditor.module. Currently, the bueditor buttons appear as they should, except in the audit screen. (See the demo video at http://drupal.org/project/audit to see the audit screen.)

Would you help me understand how the JavaScript is not making the buttons visible on this screen?

I can provide a sandbox on my server. More details are also available if you have time and interest.

Nic

Comments

ufku’s picture

i think editor.initiate() should be called on every content(form) load.
it is normally called on window load, which, in your case, is skipped when the content is loaded by ajax.

ufku’s picture

Status: Active » Closed (fixed)