Well this is really strange but i have used bueditor for a very long time and this week i decided to add a new module that require me to upgrade jquery libraari from my drupal instalation

afther upgrading the core jquery library (1.12.2.3) to the lastest jquery (1.3.2) the entire BUEditor turned into a text area

i have tested alot of things and the isue only hapends if you change the jquery library

Comments

ufku’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Unable to reproduce the bug.
It's probably another script error blocking BUE.
You may use some debugging tools to identify the exact issue.

ufku’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
sambehera’s picture

Status: Active » Closed (fixed)

We wrote this comment and later realized we are having this issue with a more recent version of BUEditor. 6.x-2.1 to be precise.

We are having the same issue as well. BUEditor stopped working after we included jQuery 1.3.2 in our page.tpl.php

this is the code we included:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

When we delete this line, BUEditor comes back to life.

sambehera’s picture

Status: Closed (fixed) » Active

Changing status to active. Please try again to reproduce using our description above. Thanks.

ufku’s picture

Status: Closed (fixed) » Active

Please do it drupal way, so you can get support.

sambehera’s picture

Status: Active » Closed (fixed)

we just found out that drupal 6 includes jQuery version 1.2.3 and also including jQuery 1.3.2 would obviously conflict. sorry.