I installed BUEditor module on Drupal 5.1 but I'm unable to display the bar upper the textarea. It doesn't work neither in administration panel "/drupal51/?q=admin/settings/bueditor/1" where is the DEMO part.
Any good idea?
Thanks.

Comments

ufku’s picture

Category: bug » support
Priority: Critical » Normal

since there has been no other reporters of this issue and since you specified nothing about your configuration i marked this as a support request which might be lost among others unless you give a detailed explanation of your situation.

icarnales’s picture

I have the same problem, I discovered that happends where my body has an onload attribute, if I get rid of it then the editor works fine.

fjcalzado@gmail.com’s picture

Exactly the same situation than the previous post.

ktonini’s picture

I've got the same thing going on, where would i check to see if my body has an onload attribute?

ktonini’s picture

nevermind, that was a stupid question. The reason for this is pretty obvious too, the onload attribute can only be used once, and therefore any javascript that you want to append to an onload attribute must be inside the onload. In other words, onload attributes cancel each other out, the last one that is parsed is actually loaded.

mirontoli’s picture

I have the same problem... I don't know what the onload attribute means. But something is wrong. IMCE works, Quicktags works. BUEditor shows the buttons on the DEMO Text area in the settings page... But it is not displayed on node/* pages.... I'm getting crazy....

comtessephilippe’s picture

Same problem... Since I uploaded a module called "coolfilter" .. nothing is displayed on pages and nodes ... I moved coolfilter and it's the same...
thank you

comtessephilippe’s picture

Version: 5.x-1.x-dev » 4.7.x-1.0

Same problem... Since I uploaded a module called "coolfilter" .. nothing is displayed on pages and nodes ... I moved coolfilter and it's the same...
thank you

comtessephilippe’s picture

Same problem... Since I uploaded a module called "coolfilter" .. nothing is displayed on pages and nodes ... I moved coolfilter and it's the same...
thank you

ufku’s picture

Status: Active » Closed (cannot reproduce)