When tagging is enabled, the FCKEditor stop working (and the default textbox appears)

I'll try to analyze this when I'll have some free time

CommentFileSizeAuthor
#11 3.jpg101.74 KBEkaMei
#11 2.jpg234.06 KBEkaMei
#11 1.jpg347.17 KBEkaMei

Comments

eugenmayer’s picture

Well you most probable will have a javascript error which i need to know.
In addition, please psate you jquery version and jquery.ui version here. I need both, the Drupal versions and the real Jquery versions.

Please also add, what other modules you use during editting. Hierarchical_select (should work), upload / file / filefield / imagefiled (works).

Also i will need the activated FCKeditor-Plugins. Please verify your problem on a clean drupal installation with a FCKeditor in a default configuration.

Thank you

eugenmayer’s picture

Status: Active » Postponed (maintainer needs more info)
oerpli’s picture

I haven't got problems with FCKE & Tagging.

optalgin’s picture

Hi, sorry for the lack of information provided

Unfortunately I haven't got much
There is a javascript error but it is not much of a help since it is the packed jquery code

Error: f is not a function (line 13)

...
10   * Date: 2008-05-24 14:22:17 -0400 (Sat, 24 May 2008)
11   * Rev: 5685
12   */
13  eval(function(p,a,c,k,e,r){e=function(c){ ...
14 
15  var Drupal = Drupal || { 'settings': {}, 'behaviors': {}, 'themes': {}, 'locale': {} };
16
...

I found that this error does not reproduce when creating new content
It only happens when I edit existing content

I have quite a few modules enabled so I'll do try to install it on my test server with no other modules installed
and use the default FCKeditor settings as you requested.

I'll post more information when I'll have some... hopefully soon :-)

Just for the record:

  • Drupal 6.14
  • jQuery 1.2.6
  • FCKeditor 6.x-1.4

other javascript modules:

  • Better Messages 6.x-1.10
  • DHTML Menu 6.x-3.5
  • easySlider 6.x-1.x-dev (2009-Feb-05)
  • PNG Fix 6.x-1.0
  • Syntax highlighter 6.x-1.19
EkaMei’s picture

It happens on my end as well. Running 6.13 drupal,

FCKeditor - WYSIWYG HTML editor 6.x-1.3
JQuery menu 6.x-2.3

It appear that whenever I turn on suggestions, it will causes this issue as well.

I tried to edit the suggestion list and leave just one suggestion that say "Index" but it still does the same thing. FCKeditor appear not working.

Error: f is not a function
Source File: m/misc/jquery.js?5
Line: 13

That appear to be the only error I see so far.

eugenmayer’s picture

Ok, just to clarify things:

1. Are you both using FCKeditor as a module OR using the WYSIWYG module with the fckeditor as a external download?
2. if you turn off suggestions or better you turn off the example, you ar enot running into issues?

Please verify your problem on a:

- Clean 6.14 or 6.15 installation (there is absolutely no reason not to upgrade a 6.13)
- Using the WYIWYG Plugin with FCKEditor or the FCKedittor as a plain module ( state what your are using then)
- Installed jquery_update
- (optional installed the module "extractor" for suggestions)

Thanks for the informations guys, i would appritiate to fix this only bug we have before releasing the stable. Lets make it a chrismas gift :)

EkaMei’s picture

I'm using the FCKeditor - WYSIWYG HTML editor module, updated to 6.x-1.4

Drupal have been updated to 6.15. Installed Jquery_update, No clean install but I disabled all the modules that I can think of.

Still does the same thing.

I will try do a fresh install when I have more time.

eugenmayer’s picture

Ok then its pretty much related to the FCKeditor module, as oerpli and me both are using the WYSIWYG module.

It should take you not more then 15 minutes to install a fresh 6.15 with fckeditor and tagging using drush.

Would be great to get more informations. Iam on travel right now and cant do much from here.

optalgin’s picture

Hi,
I am using the FCKeditor module version 6.x-1.4 and FCKEditor version 2.6.4
And not the WYSIWYG module

Suggestion turned on/off does not effect this issue
however I noticed that this conflict only happens when the teaser and the body are different
i.e. long stories (or short teasers)

I'll keep update if I have new info.

eugenmayer’s picture

Ok, what we have now is, that the tagging module seems to work with the WYSIWYG Module + FCKeditor, but not with the FCKeditor as a single Module (well under some not yet defined ciscumumstances).

So what i need now is a test like stated before:

Clean 6.15 + FCKeditor + Tagging beta5 installation. Please do not install any further modules and then try to reproduce the error.

(please dont install IMCE or anything else...we need to go back to a bone-installation to see where the issue comes from)

EkaMei’s picture

StatusFileSize
new347.17 KB
new234.06 KB
new101.74 KB

Ok I did a freshly installed Drupal. On a different server With nothing beside those module in screen shot 1, and a basic Gnifetti theme. Changing it to Garland does not help. There are absolutely nothing else beside those three module installed, everything else came straight from Core.

Screen shot two is when the suggestion is OFF. You can see FCKEditor is working. I freshly downloaded FCKeditor_2.6.5 from CKeditor.com as well.

Screen shot 3 shows how it is not working as soon as I turn on suggestion and refresh the edit screen.

eugenmayer’s picture

Status: Postponed (maintainer needs more info) » Fixed

EkaMei i just found the issue...actually its more a FCKeditor bug, but i fixed it using a workarround.

Should be working without sideeffects for other systems, will be included in beta7.

eugenmayer’s picture

Status: Fixed » Closed (fixed)
optalgin’s picture

I can confirm it works fine on my system too