Closed (won't fix)
Project:
Javascript Aggregator
Version:
5.x-1.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 13:50 UTC
Updated:
14 Apr 2010 at 00:51 UTC
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).
Comments
Comment #1
wwalc commentedThe "node/*/clone" path is not excluded by default. Double check your exclude/include settings in FCKeditor profile and in the FCKeditor Global Profile.
Comment #2
alex72rm commentedHi,
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?
Comment #3
wwalc commentedThere 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).
Comment #4
alex72rm commentedGlobal 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/*
Comment #5
wwalc commentedHmm 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?
Comment #6
alex72rm commentedI 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.
Comment #7
alex72rm commentedI 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.
Comment #8
derjochenmeyer commented