FCK not showing up when cloning

Alex72RM - February 23, 2009 - 13:50
Project:Javascript Aggregator
Version:5.x-1.5
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi,

I read http://drupal.org/node/325743.

jniesen found that the path node/*/clone was in an excluding list, then he solved removing it.

Where's the path node/*/clone? I haven't found it into excluding list (that I wrote by myself) and fckeditor textarea isn't visibile in my cloning node (before saving it).

#1

wwalc - March 10, 2009 - 14:44

The "node/*/clone" path is not excluded by default. Double check your exclude/include settings in FCKeditor profile and in the FCKeditor Global Profile.

#2

Alex72RM - March 10, 2009 - 14:51

Hi,

Thanks for your response.

I've controlled again, but exclude/include settings in general and particular profile that I defined don't include "node/*/clone" (I haven't never inserted that string).

So, I thought it was "hidden" elsewhere... but where?

#3

wwalc - March 10, 2009 - 15:27
Status:active» postponed (maintainer needs more info)

There are no hidden settings apart from the two places that I mentioned.
Could you paste here your include/exclude settings? (FCKeditor Global Profile + The selected FCKeditor profile).

#4

Alex72RM - March 10, 2009 - 15:39

Global settings:

path/fields include/exclude: nothing

--------------

Profile:

field include: nothing

path include/exclude (exclude mode):

admin/settings/*
admin/user/settings
admin/content/types/*
admin/content/taxonomy/*
admin/build/*
admin/content/templates/*
node/add/simplenews
admin/content/newsletters/*
contact/*

#5

wwalc - March 10, 2009 - 18:20

Hmm it works for me. Does any javascript error show up? Is fckeditor.js and fckeditor.utils.js included in the source code of your site when you're cloning a node?

#6

Alex72RM - March 11, 2009 - 07:04
Status:postponed (maintainer needs more info)» fixed

I don't know why... but now it's solved!

I refreshed cache, and it works. I thought it was depending upon javascript minifying/compression, but it works indeed.

Thanks a lot for your help.

#7

Alex72RM - March 12, 2009 - 09:24
Project:FCKeditor - WYSIWYG HTML editor» Javascript Aggregator
Version:5.x-2.x-dev» 5.x-1.5
Category:bug report» support request
Status:fixed» active

I must partially correct myself.

The problem is still there ONLY with IE. With Firefox it works.

I've more investigated this issue and the cause is based on javascript aggregator module, that need an exclusion for 'fckeditor.js' file.
It's reasonable, but... why this exclusion is needed only for Internet Explorer? With Firefox I haven't any problem.

 
 

Drupal is a registered trademark of Dries Buytaert.