Closed (fixed)
Project:
BUEditor
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2007 at 15:52 UTC
Updated:
7 Dec 2007 at 12:54 UTC
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
Comment #1
ufku commentedi 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.
Comment #2
ufku commented