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
Comment #1
ufku commentedUnable to reproduce the bug.
It's probably another script error blocking BUE.
You may use some debugging tools to identify the exact issue.
Comment #2
ufku commentedComment #3
sambehera commentedWe 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.
Comment #4
sambehera commentedChanging status to active. Please try again to reproduce using our description above. Thanks.
Comment #5
ufku commentedPlease do it drupal way, so you can get support.
Comment #6
sambehera commentedwe just found out that drupal 6 includes jQuery version 1.2.3 and also including jQuery 1.3.2 would obviously conflict. sorry.